whispertube_backend / pytorch_test.py
uzi007's picture
Added PyTorch Test & Updated Requirements File
393ce04
raw
history blame
148 Bytes
import torch
print(f"CUDA available: {torch.cuda.is_available()}")
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")