Skip to content

Commit

Permalink
Update examples/phi2/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: kunal-vaishnavi <[email protected]>
  • Loading branch information
natke and kunal-vaishnavi authored Feb 24, 2024
1 parent c2ee519 commit 18f1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phi2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install onnxruntime
Run the model builder script to export, optimize, and quantize the model. More details can be found [here](../../src/python/py/models/README.md)

```bash
cd examples/llama
cd examples/phi2
python -m onnxruntime_genai.models.builder -m microsoft/phi-2 -e cpu -p int4 -o ./model
```

Expand Down

0 comments on commit 18f1c59

Please sign in to comment.