Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ For NPU:
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
# Download the model directly using the Hugging Face CLI
|
| 30 |
-
|
| 31 |
|
| 32 |
# Install ONNX Runtime GenAI
|
| 33 |
pip install --pre onnxruntime-genai
|
|
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
# Download the model directly using the Hugging Face CLI
|
| 30 |
+
hf download onnxruntime/fara-7b-onnx --include npu/qnn-int4/* --local-dir .
|
| 31 |
|
| 32 |
# Install ONNX Runtime GenAI
|
| 33 |
pip install --pre onnxruntime-genai
|