mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 10:49:47 +00:00
.
This commit is contained in:
parent
a4e53cc4f3
commit
9517eef70c
4 changed files with 7 additions and 15 deletions
|
|
@ -111,12 +111,8 @@ echo "Inference Mode: $INFERENCE_MODE"
|
|||
echo "Test Pattern: $TEST_PATTERN"
|
||||
echo ""
|
||||
|
||||
echo "VIRTUAL_ENV: $VIRTUAL_ENV"
|
||||
echo "Packages installed:"
|
||||
uv venv list
|
||||
echo "Packages installed in active venv:"
|
||||
uv run --active pip list
|
||||
|
||||
echo "Packages installed in llama-stack venv:"
|
||||
uv pip list
|
||||
|
||||
# Check storage and memory before tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue