Can Pytorch0.4.1 support cuda10.0

I use RTX2080 to run my code on pytorch0.4.1
But I found that RTX2080 just support cuda 10.0,while pytorch 0.4.1 can’t support cuda 10.0.
Do you know how to fix it up?

1 Like

You could install CUDA10.0 locally and build PyTorch from source as described here. If I’m not mistaken, CUDA10 wasn’t released yet when PyTorch 0.4 came out.
What’s the reason you are using such an old PyTorch version?

1 Like

Thanks! I will have a try. I use 0.4.1 to run some paper’s codes which are based on torch 0.4.1.
When I use the higher version to run codes,there are so many errors

1 Like

Hello! Do you fix you problem?
I use 0.4.1 to run some paper’s codes which are based on torch 0.4.1
But I only have RTX2070

I didn’t solve this problem. Finally I used pytorch1.0 to run the code based on pytorch 0.4.1.