lokinfey commited on
Commit
5d151ba
·
verified ·
1 Parent(s): 084776d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-vision-instruct -o ./onnx-cpu -p int4 -e cpu -c ./Phi-3.5-vision-instruct
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