lwanming commited on
Commit
4d835c1
·
verified ·
1 Parent(s): 28fe7bb

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/Qwen/Qwen2-0.5B-Instruct
5
+
6
+ Convert to onnx model using https://github.com/microsoft/onnxruntime-genai
7
+
8
+ Using command: python src/python/py/models/builder.py -m Qwen/Qwen2-0.5B-Instruct -o path-to-onnx-model -p int4 -e dml