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