mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
Code relocation
This commit is contained in:
5
sample/cuda.py
Normal file
5
sample/cuda.py
Normal file
@ -0,0 +1,5 @@
|
||||
import torch
|
||||
|
||||
print("Torch version:",torch.__version__)
|
||||
|
||||
print("Is CUDA enabled?",torch.cuda.is_available())
|
||||
Reference in New Issue
Block a user