This commit is contained in:
Ashwin Bharambe 2025-08-18 13:59:58 -07:00
parent a4e53cc4f3
commit 9517eef70c
4 changed files with 7 additions and 15 deletions

View file

@ -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