mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
The previous commit tried to run 'llama stack list-deps' directly, but the 'llama' command wasn't in PATH yet since the virtual environment hadn't been activated. This fix uses 'uv run llama' instead, which executes the command within the uv virtual environment context, ensuring the llama CLI is accessible. |
||
|---|---|---|
| .. | ||
| install-llama-stack-client | ||
| run-and-record-tests | ||
| setup-ollama | ||
| setup-runner | ||
| setup-test-environment | ||
| setup-vllm | ||