We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f211301 commit cf17c2eCopy full SHA for cf17c2e
tensorflow-core/tensorflow-core-native/scripts/dist_download.sh
@@ -55,7 +55,7 @@ if [[ "$PLATFORM" =~ "linux" ]]; then
55
ln -fs libtensorflow_cc.so.2 libtensorflow_cc.so
56
ln -fs libtensorflow_framework.so.2 libtensorflow_framework.so
57
if [[ "$PLATFORM" == "linux-arm64" ]]; then
58
- ln -fs libomp-*.so.5 libomp.so
+ ln -fs libomp-e9212f90.so.5 libomp.so
59
fi
60
elif [[ "$PLATFORM" =~ "macosx" ]]; then
61
ln -fs libtensorflow_cc.2.dylib libtensorflow_cc.dylib
@@ -65,4 +65,4 @@ elif [[ "$PLATFORM" =~ "windows" ]]; then
65
# (while it is also available at the root of the include folder for other platforms)
66
cd include && ln -fs tensorflow/tsl tsl && cd -
67
68
-ls -l .
+ls -l .
0 commit comments