Releases: TomHeaven/pytorch-osx-build
pytorch-1.0rc1-py27-py37-cuda90-cudnn70
This release version is built for Pytorch 1.0rc1 (py27, py37) on Mac OS X 10.13 with GPU (CUDA) support.
OpenMP, CUDA 9.0 and CuDNN 7 are required. You can install OpenMP by
brew install libomp
brew link --overwrite libomp
pytorch-0.4.1-py27-py36-py37-cuda90-cudnn70
This release version is built for Pytorch 0.4.1 (py27, py36, py37) on Mac OS X with GPU (CUDA) support.
CUDA 9.0 and CuDNN 7 are required.
pytorch-0.4.1-py27-py36-cuda92-cudnn71
This release version is built for Pytorch 0.4.1 (py27, py36) on Mac OS X with GPU (CUDA) support.
CUDA 9.2 and CuDNN 7.1 are required.
Currently, the build works on High Sierra only since CUDA 9.2 driver is only for High Sierra now. However, the build may work on Sierra in the future.
pytorch-0.4.0-py27-py36-gpu
This release version is built on 2018-06-08 for Pytorch 0.4.0 (py27, py36) on Mac OS X with GPU (CUDA) support.
CUDA 9.0 and CuDNN 7 are required.
pytorch-0.4.0a0+e-py27-py36-gpu
This release version is built on 2018-03-27 for Pytorch 0.4.0a (py27, py36) on Mac OS X with GPU support.
Note: There are behavior or syntax changes including ByteTensor sum and fetching Tensor scalars in this update. Your old code may encounter syntax errors or get different results using the current repo. Look for support in Pytorch forum if you have trouble using the current repo!
CUDA 8.0 and CuDNN 6 are required.
pytorch-0.4.0a-py27-gpu
This release version is built on 2017-12-02 for Pytorch 0.4.0a (py27) on Mac OS X with GPU support.
CUDA 8.0 and CuDNN 6 are required.