Compute capability 3.5

Is there a way to use PyTorch with compute capability 3.5, other than PyTorch source code compilation?

Unfortunately, you would need to build from source or use old PyTorch binaries, which still shipped with compute capability 3.5. Some older (community provided) binary builds are also provided here.

Thanks for the help.
I did install one of the pre-built PyTorch. However, on conda list it shows PyTorch as unknown and I’m not able to import torch as well. It says no module found.

Is there a way around this?

Sorry to bother. I know there are other similar discussions but I have not found clear explanation or solution to the import issue.

Sorry, I don’t know what might be causing these issues using the community built binaries.