Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pip install --pre onnxruntime-genai
|
|
23 |
|
24 |
```bash
|
25 |
|
26 |
-
python3 -m onnxruntime_genai.models.builder -m microsoft/Phi-3.5-
|
27 |
|
28 |
```
|
29 |
|
|
|
23 |
|
24 |
```bash
|
25 |
|
26 |
+
python3 -m onnxruntime_genai.models.builder -m microsoft/Phi-3.5-mini-instruct -o ./onnx-cpu -p int4 -e cpu -c ./Phi-3.5-mini-instruct
|
27 |
|
28 |
```
|
29 |
|