Files
test/test.py
2025-06-18 09:20:24 +00:00

7 lines
56 B
Python

import torch
print(torch.__version__)
print("hello")