Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ For CPU:
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
# Download the model directly using the Hugging Face CLI
|
| 29 |
-
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include
|
| 30 |
|
| 31 |
# Install the CPU package of ONNX Runtime GenAI
|
| 32 |
pip install --pre onnxruntime-genai
|
|
@@ -40,7 +40,7 @@ For CUDA:
|
|
| 40 |
|
| 41 |
```bash
|
| 42 |
# Download the model directly using the Hugging Face CLI
|
| 43 |
-
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include
|
| 44 |
|
| 45 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 46 |
pip install --pre onnxruntime-genai-cuda
|
|
@@ -54,7 +54,7 @@ For DirectML:
|
|
| 54 |
|
| 55 |
```bash
|
| 56 |
# Download the model directly using the Hugging Face CLI
|
| 57 |
-
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include
|
| 58 |
|
| 59 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 60 |
pip install --pre onnxruntime-genai-cuda
|
|
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
# Download the model directly using the Hugging Face CLI
|
| 29 |
+
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir .
|
| 30 |
|
| 31 |
# Install the CPU package of ONNX Runtime GenAI
|
| 32 |
pip install --pre onnxruntime-genai
|
|
|
|
| 40 |
|
| 41 |
```bash
|
| 42 |
# Download the model directly using the Hugging Face CLI
|
| 43 |
+
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include gpu/* --local-dir .
|
| 44 |
|
| 45 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 46 |
pip install --pre onnxruntime-genai-cuda
|
|
|
|
| 54 |
|
| 55 |
```bash
|
| 56 |
# Download the model directly using the Hugging Face CLI
|
| 57 |
+
huggingface-cli download microsoft/Phi-4-mini-instruct-onnx --include gpu/* --local-dir .
|
| 58 |
|
| 59 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 60 |
pip install --pre onnxruntime-genai-cuda
|