This commit is contained in:
liaozhaorun
2025-04-03 00:45:07 +08:00
parent 01092b8cae
commit ea3955f80f
36 changed files with 44862 additions and 0 deletions

5
code/test.py Normal file
View File

@@ -0,0 +1,5 @@
import torch
print(torch.__version__)
print(torch.version.cuda)
print(torch.backends.cudnn.version())