File tree Expand file tree Collapse file tree
docs/source/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ NVIDIA Model Optimizer Changelog (Linux)
440.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.
Original file line number Diff line number Diff 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+-------------------------+-----------------------------+
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments