Skip to content

Commit

Permalink
update onnxruntime version to 1.20.1 (#1093)
Browse files Browse the repository at this point in the history
update onnxruntime version to 1.20.1
  • Loading branch information
ajindal1 authored Nov 22, 2024
1 parent 83896a1 commit 27bcf6c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package_name = '@TARGET_NAME@'
def _onnxruntime_dependency() -> str:
dependency = None
# Use stable version as default
ort_version = os.environ.get("ONNXRUNTIME_VERSION", "1.20.0")
ort_version = os.environ.get("ONNXRUNTIME_VERSION", "1.20.1")

if package_name == "onnxruntime-genai":
dependency = "onnxruntime"
Expand Down
2 changes: 1 addition & 1 deletion test/python/cpu/ort/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
onnxruntime==1.20.0
onnxruntime==1.20.1
2 changes: 1 addition & 1 deletion test/python/cuda/ort/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
onnxruntime-gpu==1.20.0
onnxruntime-gpu==1.20.1
2 changes: 1 addition & 1 deletion test/python/directml/ort/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
onnxruntime-directml==1.20.0
onnxruntime-directml==1.20.1
2 changes: 1 addition & 1 deletion test/python/macos/ort/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
onnxruntime==1.20.0
onnxruntime==1.20.1

0 comments on commit 27bcf6c

Please sign in to comment.