Files
JustTwirk/is_torch.py
2025-08-23 17:37:43 +02:00

4 lines
47 B
Python

import torch
print(torch.cuda.is_available())