mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Updated the documentation to point users to the correct docker container
This commit is contained in:
parent
b1c5b8fa9f
commit
78b6eab50e
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ Llama Stack provides several pre-configured distributions to help you get starte
|
||||||
- Run locally with Ollama for development
|
- Run locally with Ollama for development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull llama-stack/distribution-starter
|
docker pull llamastack/distribution-starter
|
||||||
```
|
```
|
||||||
|
|
||||||
**Guides:** [Starter Distribution Guide](self_hosted_distro/starter)
|
**Guides:** [Starter Distribution Guide](self_hosted_distro/starter)
|
||||||
|
|
@ -41,7 +41,7 @@ docker pull llama-stack/distribution-starter
|
||||||
- Need to run inference locally
|
- Need to run inference locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull llama-stack/distribution-meta-reference-gpu
|
docker pull llamastack/distribution-meta-reference-gpu
|
||||||
```
|
```
|
||||||
|
|
||||||
**Guides:** [Meta Reference GPU Guide](self_hosted_distro/meta-reference-gpu)
|
**Guides:** [Meta Reference GPU Guide](self_hosted_distro/meta-reference-gpu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue