Spaces:
Runtime error
Runtime error
Commit
·
1b0cb6c
1
Parent(s):
55e4b8f
remove check_gpu.sh
Browse files- check_gpu.sh +0 -7
check_gpu.sh
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
if command -v nvidia-smi &> /dev/null && nvidia-smi -L; then
|
| 4 |
-
exit 0
|
| 5 |
-
else
|
| 6 |
-
exit 1
|
| 7 |
-
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|