PyTorch for older then 7.5 CUDA

Hi.
Is it possible to get PyTorch compiled for CUDA version 6.5?
The link https://pytorch.org/binaries seems to be broken…

PS I have old laptop with GeForce 330M and the newest available driver for Ubuntu 16.04 is nvidia-340. So the max version of CUDA I can use is 6.5.

The minimum CUDA version we want to support is 7.0.

You can try building from source, but we dont plan to support 6.5

1 Like

Hi, to install pytorch from source we need do:
"conda install -c soumith magma-cuda80 # or magma-cuda75 if CUDA 7.5"
but I only have CUDA 7.0, Could you help me? Thank you