From 6aa14afa1379c3e7cc9f0aa15e33bbc58ce39aa4 Mon Sep 17 00:00:00 2001 From: Saeid Aghapour Date: Sat, 9 Dec 2023 13:49:55 +0000 Subject: [PATCH] download official onnx releases --- get_deps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get_deps.sh b/get_deps.sh index e3c4f2d6..d8c2f65b 100755 --- a/get_deps.sh +++ b/get_deps.sh @@ -220,7 +220,7 @@ fi # WITH_PT ############################################################################# ONNX -ORT_URL_BASE=https://s3.amazonaws.com/redismodules/onnxruntime +ORT_URL_BASE=https://github.com/microsoft/onnxruntime/releases/download/v${ORT_VERSION} ORT_BUILD="" if [[ $OS == linux ]]; then ORT_OS=linux @@ -236,7 +236,6 @@ elif [[ $OS == macos ]]; then ORT_OS=osx ORT_ARCH=x86_64 ORT_BUILD="" - ORT_URL_BASE=https://github.com/microsoft/onnxruntime/releases/download/v${ORT_VERSION} fi ORT_ARCHIVE=onnxruntime-${ORT_OS}-${ORT_ARCH}${ORT_BUILD}-${ORT_VERSION}.tgz