mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
docs: Move Llama 4 instructions in a collapsed section
This commit is contained in:
parent
2fcb70b789
commit
d40d3a9b31
1 changed files with 6 additions and 3 deletions
|
@ -9,15 +9,15 @@
|
||||||
|
|
||||||
[**Quick Start**](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) | [**Documentation**](https://llama-stack.readthedocs.io/en/latest/index.html) | [**Colab Notebook**](./docs/getting_started.ipynb)
|
[**Quick Start**](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) | [**Documentation**](https://llama-stack.readthedocs.io/en/latest/index.html) | [**Colab Notebook**](./docs/getting_started.ipynb)
|
||||||
|
|
||||||
|
|
||||||
### ✨🎉 Llama 4 Support 🎉✨
|
### ✨🎉 Llama 4 Support 🎉✨
|
||||||
We released [Version 0.2.0](https://github.com/meta-llama/llama-stack/releases/tag/v0.2.0) with support for the Llama 4 herd of models released by Meta.
|
We released [Version 0.2.0](https://github.com/meta-llama/llama-stack/releases/tag/v0.2.0) with support for the Llama 4 herd of models released by Meta.
|
||||||
|
|
||||||
You can now run Llama 4 models on Llama Stack.
|
<details>
|
||||||
|
|
||||||
|
<summary>You can now run Llama 4 models on Llama Stack (click for details)</summary>
|
||||||
|
|
||||||
*Note you need 8xH100 GPU-host to run these models*
|
*Note you need 8xH100 GPU-host to run these models*
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -U llama_stack
|
pip install -U llama_stack
|
||||||
|
|
||||||
|
@ -67,6 +67,9 @@ print(f"Assistant> {response.completion_message.content}")
|
||||||
As more providers start supporting Llama 4, you can use them in Llama Stack as well. We are adding to the list. Stay tuned!
|
As more providers start supporting Llama 4, you can use them in Llama Stack as well. We are adding to the list. Stay tuned!
|
||||||
|
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
|
|
||||||
Llama Stack standardizes the core building blocks that simplify AI application development. It codifies best practices across the Llama ecosystem. More specifically, it provides
|
Llama Stack standardizes the core building blocks that simplify AI application development. It codifies best practices across the Llama ecosystem. More specifically, it provides
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue