We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc28ad commit 6437e19Copy full SHA for 6437e19
1 file changed
.github/workflows/nvidia-arc-health.yml
@@ -12,8 +12,9 @@ jobs:
12
runs-on: [nvidia-docker-b200-8-x86-64]
13
timeout-minutes: 5
14
15
+ steps:
16
- name: GPU Health Check
- run: python3 -c "import torch; torch.randn(5, device='cuda')"
17
+ run: python -c "import torch; torch.randn(5, device='cuda')"
18
19
env:
20
CUDA_VISIBLE_DEVICES: 0
0 commit comments