Skip to content

Commit e529698

Browse files
committed
Upgrade ORT to 1.24
Signed-off-by: gcunhase <4861122+gcunhase@users.noreply.github.com>
1 parent 75b5da9 commit e529698

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ NVIDIA Model Optimizer Changelog (Linux)
44
0.43 (2026-03-xx)
55
^^^^^^^^^^^^^^^^^
66

7+
**Bug Fixes**
8+
9+
- Upgraded ORT to 1.24.2 to solve various bugs: 5615343, 5597780, 5371126.
10+
711
**New Features**
812

913
- User does not need to manually register MOE modules to cover experts calibration coverage in PTQ workflow.

docs/source/getting_started/_installation_for_Linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Latest Model Optimizer (``nvidia-modelopt``) currently has the following system
2020
+-------------------------+-----------------------------+
2121
| TensorRT-LLM (Optional) | >=1.0 |
2222
+-------------------------+-----------------------------+
23-
| ONNX Runtime (Optional) | 1.22 |
23+
| ONNX Runtime (Optional) | 1.24 |
2424
+-------------------------+-----------------------------+
2525
| TensorRT (Optional) | >=10.0 |
2626
+-------------------------+-----------------------------+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"onnx~=1.19.0",
5050
"onnxconverter-common~=1.16.0",
5151
"onnxruntime~=1.22.0 ; platform_machine == 'aarch64' or platform_system == 'Darwin'",
52-
"onnxruntime-gpu~=1.22.0 ; platform_machine != 'aarch64' and platform_system != 'Darwin'",
52+
"onnxruntime-gpu~=1.24.2 ; platform_machine != 'aarch64' and platform_system != 'Darwin'",
5353
"onnxscript", # For autocast opset conversion and test_onnx_dynamo_export unit test
5454
"onnxslim>=0.1.76",
5555
"polygraphy>=0.49.22",

0 commit comments

Comments
 (0)