Merge pull request #3901 from bquast/patch-1

GPU version for OSX also available
This commit is contained in:
Daniel W Mane 2016-08-19 14:26:39 -07:00 committed by GitHub
commit ce3572a08b

View File

@ -7,7 +7,7 @@ github source.
The TensorFlow Python API supports Python 2.7 and Python 3.3+.
The GPU version (Linux only) works best with Cuda Toolkit 7.5 and
The GPU version (Linux & Mac OS X only) works best with Cuda Toolkit 7.5 and
cuDNN v4. other versions are supported (Cuda toolkit >= 7.0 and
cuDNN 6.5(v2), 7.0(v3), v5) only when installing from sources.
Please see [Cuda installation](#optional-install-cuda-gpus-on-linux)