Spaces:
Runtime error
Runtime error
Create test pytorch
Browse files- test pytorch +3 -0
test pytorch
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
print(torch.__version__)
|
3 |
+
print("CUDA available:", torch.cuda.is_available())
|