Skip to content

Commit 9f32828

Browse files
Update Intel® optimum passes to latest optimum (#2339)
Update Intel® compression and optimum conversion passes to utilize latest optimum version APIs - [x] Add unit tests for this change. - [x] Make sure all tests can pass. - [x] Update documents if necessary. - [x] Lint and apply fixes to your code by running `lintrunner -a` - [x] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9dddcb3 commit 9f32828

11 files changed

Lines changed: 977 additions & 960 deletions

File tree

docs/source/features/ihv-integration/openvino.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ pip install olive-ai[openvino]
2323
### Option 2: Install OpenVINO Runtime and OpenVINO Development Tools from Pypi
2424

2525
```bash
26-
pip install openvino>=2025.3.0
27-
pip install nncf>=2.18.0
26+
pip install openvino>=2025.4.1
27+
pip install nncf>=2.19.0
2828
pip install onnxruntime-openvino
2929
```
3030

3131
### Install Optimum Intel® for Generative AI Workloads
3232

3333
```bash
34-
pip install optimum[openvino]<=1.24.0
34+
pip install optimum[openvino]>=2.1.0
3535
```
3636

37-
More detailed instructions are available at [Optimum Intel® Installation Instructions](https://huggingface.co/docs/optimum/main/en/intel/installation)
37+
More detailed instructions are available at [Optimum Installation Instructions](https://huggingface.co/docs/optimum/installation) and at [Optimum Intel® Installation Instructions](https://huggingface.co/docs/optimum/main/en/intel/installation)
3838

3939
## Model Conversion
4040

olive/olive_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,10 +646,10 @@
646646
"diffusers": [ "accelerate>=0.30.0", "peft", "diffusers" ],
647647
"nvmo": [ "nvidia-modelopt[onnx]" ],
648648
"openvino": [
649-
"openvino>=2025.3.0",
650-
"nncf>=2.18.0",
649+
"openvino>=2025.4.1",
650+
"nncf>=2.19.0",
651651
"numpy<2.0",
652-
"optimum[openvino]<=1.24",
652+
"optimum[openvino]>=2.1.0",
653653
"onnxruntime-openvino"
654654
],
655655
"optimum": [ "optimum" ],

0 commit comments

Comments
 (0)