Fix docs yet again

This commit is contained in:
Ashwin Bharambe 2024-11-18 23:51:25 -08:00
parent 02f1c47416
commit e8d3eee095
8 changed files with 12 additions and 12 deletions

View file

@ -45,7 +45,7 @@ docker run \
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
-v ./run.yaml:/root/my-run.yaml \
llamastack/distribution-{{ name }} \
/root/my-run.yaml \
--yaml-config /root/my-run.yaml \
--port $LLAMA_STACK_PORT \
--env TOGETHER_API_KEY=$TOGETHER_API_KEY
```