From dda0516c4e550e013f242b81079c1d4b68aa62d4 Mon Sep 17 00:00:00 2001 From: aashwin sreenivasan <141784372+quic-aashwins@users.noreply.github.com> Date: Tue, 21 May 2024 02:44:09 -0700 Subject: [PATCH] Update README.md with full system requirements (#17) Signed-off-by: aashwin sreenivasan <141784372+quic-aashwins@users.noreply.github.com> Signed-off-by: quic-amitraj --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df5a7d12..3e07019a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@

-# Introduction to Qualcomm Transformers Library! +--- +# Qualcomm Transformers Library + +--- + +*Latest news* :fire:
+ +- [coming soon] support for more popular [models](#models-coming-soon) and inference optimization techniques like continuous batching and speculative decoding
+- [04/2024] Initial release of [efficient transformers](https://github.com/quic/efficient-transformers) for seamless inference on pre-trained LLMs. + ## Train anywhere, Infer on Qualcomm Cloud AI with a Developer-centric Toolchain This library provides reimplemented blocks of LLMs which are used to make the models functional and highly performant on Qualcomm Cloud AI 100. @@ -55,8 +64,10 @@ For other models, there is comprehensive documentation to inspire upon the chang ## Requirements System Requirements: -1. Linux ubuntu (x86) -2. Preferred Python (3.8.12) +1. [Supported Linux OS](https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Installation/#operating-systems) - Ubuntu, RHEL and AWS Linux +2. [Pre-requisites installed](https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Installation/Pre-requisites/pre-requisites/) +3. [Cloud AI 100 Platform and Apps SDK installed](https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Installation/Cloud-AI-SDK/Cloud-AI-SDK/) +4. [Multi-device support enabled for model sharding](https://github.com/quic/cloud-ai-sdk/tree/1.12/utils/multi-device) :bulb: Use bash terminal