This commit is contained in:
Ashwin Bharambe 2025-08-18 14:50:24 -07:00
parent 0d25c62ab2
commit f550d921be
2 changed files with 5 additions and 1 deletions

View file

@ -31,7 +31,7 @@ runs:
uv sync --active --all-groups
echo "Installing ad-hoc dependencies"
uv pip install ollama faiss-cpu
uv pip install faiss-cpu
# Install llama-stack-client-python based on the client-version input
if [ "${{ inputs.client-version }}" = "latest" ]; then