mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
The CI integration tests were failing with a signature mismatch error, but the root cause was missing dependencies (specifically the 'together' package). The signature mismatch was a misleading error that occurred because the provider modules failed to load properly due to missing dependencies. This fix adds a step to install all ci-tests distribution dependencies using: llama stack list-deps ci-tests | xargs -L1 uv pip install This ensures all required provider dependencies are installed before running tests. |
||
|---|---|---|
| .. | ||
| install-llama-stack-client | ||
| run-and-record-tests | ||
| setup-ollama | ||
| setup-runner | ||
| setup-test-environment | ||
| setup-vllm | ||