PyTorch Forums
How to check which cuda version my pytorch is using
ptrblck
April 1, 2021, 6:36am
3
You could check the linked CUDA version via
print(torch.version.cuda)
.
9 Likes
show post in topic