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
[TF] install_name_dir workaround for Python and TensorFlow modules. (#25328)
`install_name_dir` for the standard library has been changed from
@rpath to /usr/lib/swift in #24382.
This patch resolves linker issues on macOS:
"Library not loaded: /usr/lib/swift/libswiftTensorFlow.dylib"
See tensorflow/swift-apis#136 for more information.
0 commit comments