Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
[microsoft/Phi-4-mini-
|
2 |
|
3 |
Quick start:
|
4 |
|
@@ -14,5 +14,5 @@ In the last line, change CPU to GPU or NPU to run on Intel GPU or NPU. For NPU i
|
|
14 |
Model export command:
|
15 |
```
|
16 |
pip install optimum-intel[openvino]@git+https://github.com/huggingface/optimum-intel.git
|
17 |
-
optimum-cli export openvino -m microsoft/Phi-4-mini-
|
18 |
```
|
|
|
1 |
+
[microsoft/Phi-4-mini-reasoning](https://huggingface.co/microsoft/Phi-4-mini-reasoning) converted to OpenVINO with symmetric INT4 weight compression.
|
2 |
|
3 |
Quick start:
|
4 |
|
|
|
14 |
Model export command:
|
15 |
```
|
16 |
pip install optimum-intel[openvino]@git+https://github.com/huggingface/optimum-intel.git
|
17 |
+
optimum-cli export openvino -m microsoft/Phi-4-mini-reasoning --weight-format int4 --group-size -1 --sym phi-4-mini-reasoning-ov-sym
|
18 |
```
|