We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d559349 commit fce35b7Copy full SHA for fce35b7
1 file changed
.github/workflows/nvidia-smoke.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Run CUDA sanity test with PyTorch
21
run: |
22
- python - << 'EOF'
+ python3 - << 'EOF'
23
import torch, time
24
25
print("PyTorch version:", torch.__version__)
0 commit comments