From 394519d68a94c00ba5e23f4bc5e6f0b8bda3435a Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 19 Nov 2024 11:44:35 -0800 Subject: [PATCH] Add llama-stack-client as a legitimate dependency for llama-stack --- llama_stack/distribution/build_container.sh | 4 ---- requirements.txt | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/llama_stack/distribution/build_container.sh b/llama_stack/distribution/build_container.sh index b56c76ebd..230ca34ac 100755 --- a/llama_stack/distribution/build_container.sh +++ b/llama_stack/distribution/build_container.sh @@ -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" diff --git a/requirements.txt b/requirements.txt index da8b8e638..dcb30d605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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