Skip to content

Commit

Permalink
Update README.md (quic#32)
Browse files Browse the repository at this point in the history
* Update README.md

Signed-off-by: Anuj Gupta <[email protected]>

* Update README.md

Signed-off-by: Anuj Gupta <[email protected]>

---------

Signed-off-by: Anuj Gupta <[email protected]>
Signed-off-by: quic-amitraj <[email protected]>
  • Loading branch information
anujgupt-github authored and quic-amitraj committed Jun 7, 2024
1 parent 781ac66 commit 017f4e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*Latest news* :fire: <br>

- [coming soon] Support for more popular [models](#models-coming-soon) and inference optimization techniques like continuous batching and speculative decoding <br>
- [05/2024] Added support for [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
- [05/2024] Added support for [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) & [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1).
- [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
Expand All @@ -36,6 +36,9 @@ For other models, there is comprehensive documentation to inspire upon the chang
## Validated Models

* [GPT2](https://huggingface.co/openai-community/gpt2)
* [Llama-3-8b](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
* [Llama-3-70b](https://huggingface.co/meta-llama/Meta-Llama-3-70B)
* [Llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
* [Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)
* [Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf)
* [CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf)
Expand Down

0 comments on commit 017f4e7

Please sign in to comment.