Spaces:
Runtime error
Runtime error
File size: 90 Bytes
5ebf90e |
1 2 3 4 |
import torch
print(torch.__version__)
print("CUDA Available:", torch.cuda.is_available())
|