kvaishnavi commited on
Commit
66f5a7b
·
verified ·
1 Parent(s): 0484f24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ For NPU:
29
 
30
  ```bash
31
  # Download the model directly using the Hugging Face CLI
32
- hf download onnxruntime/fara-7b-onnx --include npu/qnn-int4/* --local-dir .
33
 
34
  # Install ONNX Runtime GenAI
35
  pip install --pre onnxruntime-genai
 
29
 
30
  ```bash
31
  # Download the model directly using the Hugging Face CLI
32
+ hf download microsoft/Fara-7B-onnx --include npu/qnn-int4/* --local-dir .
33
 
34
  # Install ONNX Runtime GenAI
35
  pip install --pre onnxruntime-genai