Update README.md
Browse files
README.md
CHANGED
|
@@ -35,6 +35,7 @@ hf download microsoft/Fara-7B-onnx --include npu/qnn-int4/* --local-dir .
|
|
| 35 |
pip install --pre onnxruntime-genai
|
| 36 |
|
| 37 |
# Please adjust the model directory (-m) accordingly
|
|
|
|
| 38 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/model-mm.py -o model-mm.py
|
| 39 |
python model-mm.py -m npu/qnn-int4 --max_length 4096 --use_winml
|
| 40 |
```
|
|
|
|
| 35 |
pip install --pre onnxruntime-genai
|
| 36 |
|
| 37 |
# Please adjust the model directory (-m) accordingly
|
| 38 |
+
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/common.py -o common.py
|
| 39 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/model-mm.py -o model-mm.py
|
| 40 |
python model-mm.py -m npu/qnn-int4 --max_length 4096 --use_winml
|
| 41 |
```
|