mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Update getting_started.md (#260)
This commit is contained in:
parent
c4d5d6bb91
commit
319a6b5f83
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/
|
|||
|
||||
#### Via docker
|
||||
```
|
||||
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu
|
||||
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack/llamastack-local-gpu
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue