Update README.md
Browse files
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
|