mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
Fix Dell distro documentation code snippets
This commit is contained in:
parent
28bbbcf2c1
commit
5349702a27
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ You can start a chroma-db easily using docker.
|
||||||
# This is where the indices are persisted
|
# This is where the indices are persisted
|
||||||
mkdir -p $HOME/chromadb
|
mkdir -p $HOME/chromadb
|
||||||
|
|
||||||
podman run --rm -it \
|
docker run --rm -it \
|
||||||
--network host \
|
--network host \
|
||||||
--name chromadb \
|
--name chromadb \
|
||||||
-v $HOME/chromadb:/chroma/chroma \
|
-v $HOME/chromadb:/chroma/chroma \
|
||||||
|
@ -127,7 +127,7 @@ docker run -it \
|
||||||
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
||||||
-v $HOME/.llama:/root/.llama \
|
-v $HOME/.llama:/root/.llama \
|
||||||
# NOTE: mount the llama-stack / llama-model directories if testing local changes else not needed
|
# NOTE: mount the llama-stack / llama-model directories if testing local changes else not needed
|
||||||
-v /home/hjshah/git/llama-stack:/app/llama-stack-source -v /home/hjshah/git/llama-models:/app/llama-models-source \
|
-v $HOME/git/llama-stack:/app/llama-stack-source -v $HOME/git/llama-models:/app/llama-models-source \
|
||||||
# localhost/distribution-dell:dev if building / testing locally
|
# localhost/distribution-dell:dev if building / testing locally
|
||||||
llamastack/distribution-dell\
|
llamastack/distribution-dell\
|
||||||
--port $LLAMA_STACK_PORT \
|
--port $LLAMA_STACK_PORT \
|
||||||
|
|
|
@ -115,7 +115,7 @@ docker run -it \
|
||||||
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
||||||
-v $HOME/.llama:/root/.llama \
|
-v $HOME/.llama:/root/.llama \
|
||||||
# NOTE: mount the llama-stack directory if testing local changes else not needed
|
# NOTE: mount the llama-stack directory if testing local changes else not needed
|
||||||
-v /home/hjshah/git/llama-stack:/app/llama-stack-source \
|
-v $HOME/git/llama-stack:/app/llama-stack-source \
|
||||||
# localhost/distribution-dell:dev if building / testing locally
|
# localhost/distribution-dell:dev if building / testing locally
|
||||||
llamastack/distribution-{{ name }}\
|
llamastack/distribution-{{ name }}\
|
||||||
--port $LLAMA_STACK_PORT \
|
--port $LLAMA_STACK_PORT \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue