Code relocation

This commit is contained in:
superobk
2024-04-13 00:14:26 +08:00
parent f606db69c7
commit c46c0ff7f2
4 changed files with 2 additions and 27494 deletions

5
sample/cuda.py Normal file
View File

@ -0,0 +1,5 @@
import torch
print("Torch version:",torch.__version__)
print("Is CUDA enabled?",torch.cuda.is_available())