mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 18:22:41 +00:00
add debug
This commit is contained in:
parent
a01c2ae583
commit
3bfbc212fa
2 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,9 @@ echo "Inference Mode: $INFERENCE_MODE"
|
|||
echo "Test Pattern: $TEST_PATTERN"
|
||||
echo ""
|
||||
|
||||
echo "Packages installed:"
|
||||
uv pip list
|
||||
|
||||
# Check storage and memory before tests
|
||||
echo "=== System Resources Before Tests ==="
|
||||
free -h 2>/dev/null || echo "free command not available"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue