@@ -0,0 +1,3 @@
import torch
print(f"number of GPUs: {torch.cuda.device_count()}")
print([torch.cuda.get_device_name(i) for i in range(torch.cuda.device_count())])
The note is not visible to the blocked user.