Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/ddtest
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
chmod -R u+w "$CACHE_DIR" 2>/dev/null || true

COMPOSE_FILES=("-f" "$PROJECT_ROOT/docker-compose.yml")
if command -v nvidia-smi >/dev/null 2>&1; then
if command -v nvidia-smi >/dev/null 2>&1 && docker info 2>/dev/null | grep -q "nvidia"; then
COMPOSE_FILES+=("-f" "$PROJECT_ROOT/docker-compose.gpu.yml")
fi

Expand Down
1 change: 0 additions & 1 deletion tests/llmobs/suitespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,3 @@ suites:
runner: riot
gpu: true
snapshot: true
skip: true # Temporarily disabled