Created
September 11, 2016 15:39
-
-
Save ericjang/864b0451e0d7c3da378e2904b0fd71e4 to your computer and use it in GitHub Desktop.
TensorFlow + GPU + Mac OSX fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# need to rename libcuda, otherwise get 'segmentation fault: 11' when trying to load GPU-enabled TensorFlow. | |
# 9/11/16 | |
cd /usr/local/cuda | |
sudo ln -s libcuda.dylib libcuda.1.dylib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment