Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions get_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down