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/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
|