Skip to content

Commit dfb46a4

Browse files
committed
Removing all the linux arm64 libomp directories.
1 parent 60d9562 commit dfb46a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tensorflow-core/tensorflow-core-native/scripts/dist_download.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ if [[ -n "$WHEEL_URL" ]]; then
3030
curl -L $WHEEL_URL --output 'tensorflow.whl'
3131
fi
3232
yes | unzip -q -u 'tensorflow.whl' # use 'yes' because for some reasons -u does not work on Windows
33-
if [[ "$PLATFORM" == "linux-arm64" ]]; then
34-
cp $DOWNLOAD_FOLDER/tensorflow.libs/* $DOWNLOAD_FOLDER/tensorflow/
35-
fi
3633
fi
3734

3835
if [[ -n "$CLIB_URL" ]]; then

0 commit comments

Comments
 (0)