Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ pip install --pre onnxruntime-genai
|
|
| 34 |
|
| 35 |
# Please adjust the model directory (-m) accordingly
|
| 36 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/model-vision.py -o model-vision.py
|
| 37 |
-
python model-vision.py -m npu/qnn-int4 --use-winml
|
| 38 |
```
|
| 39 |
|
| 40 |
## Model Description
|
|
|
|
| 34 |
|
| 35 |
# Please adjust the model directory (-m) accordingly
|
| 36 |
curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/model-vision.py -o model-vision.py
|
| 37 |
+
python model-vision.py -m npu/qnn-int4 --max_length 4096 --use-winml
|
| 38 |
```
|
| 39 |
|
| 40 |
## Model Description
|