This commit is contained in:
Jiahui Sun 2022-05-12 11:48:08 +08:00
parent 400989320b
commit 8ee9ba62d3
1 changed files with 3 additions and 0 deletions

3
torch_remote.py Normal file
View File

@ -0,0 +1,3 @@
import torch
print(torch.cuda.is_available())