Updated the documentation to point users to the correct docker container

This commit is contained in:
Omar Abdelwahab 2025-12-01 15:54:52 -08:00
parent b1c5b8fa9f
commit 78b6eab50e

View file

@ -28,7 +28,7 @@ Llama Stack provides several pre-configured distributions to help you get starte
- Run locally with Ollama for development
```bash
docker pull llama-stack/distribution-starter
docker pull llamastack/distribution-starter
```
**Guides:** [Starter Distribution Guide](self_hosted_distro/starter)
@ -41,7 +41,7 @@ docker pull llama-stack/distribution-starter
- Need to run inference locally
```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)