Skip to content

Commit

Permalink
Fix directory of linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jan 5, 2024
1 parent 7944003 commit 04a88d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cp $TMP_DIR/onnxruntime-win-x64-gpu-$TAG/lib/onnxruntime_providers_*.dll $PROJCE

# Linux x64
download_github_releases onnxruntime-linux-x64-gpu-$TAG.tgz
cp -RL onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime.so $PLUGINS_CORE_DIR/Linux/x64/
cp onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime_providers_*.so $PROJCET_DIR/com.github.asus4.onnxruntime.linux-x64-gpu/Plugins/Linux/x64/
cp -RL $TMP_DIR/onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime.so $PLUGINS_CORE_DIR/Linux/x64/
cp $TMP_DIR/onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime_providers_*.so $PROJCET_DIR/com.github.asus4.onnxruntime.linux-x64-gpu/Plugins/Linux/x64/

# iOS
download_package pod-archive-onnxruntime-c-$TAG.zip https://onnxruntimepackages.z14.web.core.windows.net
Expand Down

0 comments on commit 04a88d5

Please sign in to comment.