You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Tensorflow is installed with GPU support using DYLD_LIBRARY_PATH to find the GPU libs guild train does not work while executing python directly works. The issue seems to be that guild doesn't set the same DYLD_LIBRARY_PATH.
ImportError: dlopen(/usr/local/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so, 10): Library not loaded: @rpath/libcudart.8.0.dylib
Referenced from: /usr/local/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow.so
Reason: image not found
The text was updated successfully, but these errors were encountered:
Hi Alan, thanks for the report! Just to make sure we're in sync, could you confirm you still see this with TF 0.12 (or later) and the latest Guild source? Alternatively we're providing precompiled binary releases here:
When Tensorflow is installed with GPU support using DYLD_LIBRARY_PATH to find the GPU libs
guild train
does not work while executing python directly works. The issue seems to be that guild doesn't set the same DYLD_LIBRARY_PATH.The text was updated successfully, but these errors were encountered: