Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ For CPU:
|
|
| 18 |
|
| 19 |
```bash
|
| 20 |
# Download the model directly using the Hugging Face CLI
|
| 21 |
-
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include
|
| 22 |
|
| 23 |
# Install the CPU package of ONNX Runtime GenAI
|
| 24 |
pip install onnxruntime-genai
|
|
@@ -32,7 +32,7 @@ For CUDA:
|
|
| 32 |
|
| 33 |
```bash
|
| 34 |
# Download the model directly using the Hugging Face CLI
|
| 35 |
-
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include
|
| 36 |
|
| 37 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 38 |
pip install onnxruntime-genai-cuda
|
|
@@ -46,7 +46,7 @@ For DirectML:
|
|
| 46 |
|
| 47 |
```bash
|
| 48 |
# Download the model directly using the Hugging Face CLI
|
| 49 |
-
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include
|
| 50 |
|
| 51 |
# Install the DirectML package of ONNX Runtime GenAI
|
| 52 |
pip install onnxruntime-genai-directml
|
|
|
|
| 18 |
|
| 19 |
```bash
|
| 20 |
# Download the model directly using the Hugging Face CLI
|
| 21 |
+
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include deepseek-r1-distill-qwen-1.5B/cpu_and_mobile/* --local-dir .
|
| 22 |
|
| 23 |
# Install the CPU package of ONNX Runtime GenAI
|
| 24 |
pip install onnxruntime-genai
|
|
|
|
| 32 |
|
| 33 |
```bash
|
| 34 |
# Download the model directly using the Hugging Face CLI
|
| 35 |
+
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include deepseek-r1-distill-qwen-1.5B/gpu/* --local-dir .
|
| 36 |
|
| 37 |
# Install the CUDA package of ONNX Runtime GenAI
|
| 38 |
pip install onnxruntime-genai-cuda
|
|
|
|
| 46 |
|
| 47 |
```bash
|
| 48 |
# Download the model directly using the Hugging Face CLI
|
| 49 |
+
huggingface-cli download onnxruntime/DeepSeek-R1-Distill-ONNX --include deepseek-r1-distill-qwen-1.5B/gpu/* --local-dir .
|
| 50 |
|
| 51 |
# Install the DirectML package of ONNX Runtime GenAI
|
| 52 |
pip install onnxruntime-genai-directml
|