Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ pip install huggingface-hub[cli]
|
|
50 |
|
51 |
4. **Download the model:**
|
52 |
```sh
|
53 |
-
huggingface-cli download EmbeddedLLM/mistral-7b-instruct-v0.3-
|
54 |
```
|
55 |
|
56 |
5. **Install necessary Python packages:**
|
|
|
50 |
|
51 |
4. **Download the model:**
|
52 |
```sh
|
53 |
+
huggingface-cli download EmbeddedLLM/mistral-7b-instruct-v0.3-onnx --include directml/* --local-dir .\mistral-7b-instruct-v0.3
|
54 |
```
|
55 |
|
56 |
5. **Install necessary Python packages:**
|