forked from phoenix-oss/llama-stack-mirror
Add llama-stack-client as a legitimate dependency for llama-stack
This commit is contained in:
parent
c46b462c22
commit
394519d68a
2 changed files with 1 additions and 4 deletions
|
@ -78,10 +78,6 @@ if [ -n "$special_pip_deps" ]; then
|
|||
done
|
||||
fi
|
||||
|
||||
# This has been added to simplify UI development, but we likely need
|
||||
# to add this as a dependency to `llama-stack` itself
|
||||
add_to_docker "RUN pip install llama-stack-client"
|
||||
|
||||
stack_mount="/app/llama-stack-source"
|
||||
models_mount="/app/llama-models-source"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ fire
|
|||
httpx
|
||||
huggingface-hub
|
||||
llama-models>=0.0.50
|
||||
llama-stack-client>=0.0.50
|
||||
prompt-toolkit
|
||||
python-dotenv
|
||||
pydantic>=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue