Skip to content

Commit be38ee6

Browse files
committed
don't run nvbandwidth on these instances
1 parent 05c0ed8 commit be38ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inspector/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def __len__(self):
415415
priority=9,
416416
image="ghcr.io/sparecores/nvbandwidth:main",
417417
gpu=True,
418-
# servers_exclude=GPU_EXCLUDE,
418+
servers_exclude=GPU_EXCLUDE,
419419
version_command="bash -c \"nvbandwidth --help | head -1 | egrep -o 'v[0-9.]+'\"",
420420
command="nvbandwidth -j",
421421
precheck_command="lshw -C display -json | jq -r '.[].vendor'",

0 commit comments

Comments
 (0)