Skip to content

Instantly share code, notes, and snippets.

@ericjang
Created September 11, 2016 15:39
Show Gist options
  • Save ericjang/864b0451e0d7c3da378e2904b0fd71e4 to your computer and use it in GitHub Desktop.
Save ericjang/864b0451e0d7c3da378e2904b0fd71e4 to your computer and use it in GitHub Desktop.
TensorFlow + GPU + Mac OSX fix
# 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