We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d9562 commit dfb46a4Copy full SHA for dfb46a4
1 file changed
tensorflow-core/tensorflow-core-native/scripts/dist_download.sh
@@ -30,9 +30,6 @@ if [[ -n "$WHEEL_URL" ]]; then
30
curl -L $WHEEL_URL --output 'tensorflow.whl'
31
fi
32
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
36
37
38
if [[ -n "$CLIB_URL" ]]; then
0 commit comments