Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ pip install huggingface-hub[cli]
|
|
41 |
|
42 |
4. **Download the model:**
|
43 |
```sh
|
44 |
-
huggingface-cli download
|
45 |
```
|
46 |
|
47 |
5. **Install necessary Python packages:**
|
|
|
41 |
|
42 |
4. **Download the model:**
|
43 |
```sh
|
44 |
+
huggingface-cli download EmbeddedLLM/gemma-2b-it-onnx --include="onnx/directml/*" --local-dir .\gemma-2b-it-onnx
|
45 |
```
|
46 |
|
47 |
5. **Install necessary Python packages:**
|