Files
test/test.py

7 lines
56 B
Python
Raw Normal View History

2025-06-18 09:17:12 +00:00
import torch
print(torch.__version__)
2025-06-18 09:20:24 +00:00
print("hello")
2025-06-18 09:17:12 +00:00