pull/737/head
evelynmitchell 4 months ago
parent 09ae2866fd
commit 90f27e48a1

@ -108,7 +108,7 @@ class SwarmsIssueReporter:
cuda_available = torch.cuda.is_available()
if cuda_available:
gpu_info = torch.cuda.get_device_name(0)
gpu_info = torch.cuda.get_device_name(0)
return cuda_available, gpu_info
return False, None
except ImportError:

Loading…
Cancel
Save