bweng commited on
Commit
f99efe6
·
verified ·
1 Parent(s): 75959bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -37,14 +37,19 @@ base_model: microsoft/Phi-4-mini-instruct
37
  * Model creator: [Microsoft](https://huggingface.co/microsoft)
38
  * Original model: [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)
39
 
 
 
 
 
 
40
  ## Description
41
 
42
  This is [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2025/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to FP16.
43
 
44
  ## Compatibility
45
  The provided OpenVINO™ IR model is compatible with:
46
- * OpenVINO version 2025.1.0 and higher
47
- * Optimum Intel 1.22.0 and higher
48
 
49
  ## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
50
 
 
37
  * Model creator: [Microsoft](https://huggingface.co/microsoft)
38
  * Original model: [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)
39
 
40
+
41
+ ```cli
42
+ optimum-cli export openvino --model microsoft/phi-4-mini-instruct --task text-generation-with-past --weight-format fp16 --trust-remote-code phi-4-mini-instruct\FP16
43
+ ```
44
+
45
  ## Description
46
 
47
  This is [Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2025/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to FP16.
48
 
49
  ## Compatibility
50
  The provided OpenVINO™ IR model is compatible with:
51
+ * OpenVINO version 2025.2.0 and higher
52
+ * Optimum Intel 1.23.0 and higher
53
 
54
  ## Running Model Inference with [Optimum Intel](https://huggingface.co/docs/optimum/intel/index)
55