lwanming commited on
Commit
a6ab9e7
·
verified ·
1 Parent(s): 43ffb36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ Base on https://huggingface.co/microsoft/Phi-3-mini-instruct
5
+
6
+ Convert to onnx model using https://github.com/microsoft/onnxruntime-genai
7
+
8
+ Using command: python -m onnxruntime_genai.models.builder -m microsoft/Phi-3-mini-instruct -o Phi-3-mini-instruct-onnx -e webgpu -c cache-dir -p int4 --extra_options int4_block_size=32 int4_accuracy_level=4