pstan commited on
Commit
fb50668
·
verified ·
1 Parent(s): 627ada7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-onnx --include directml/* --local-dir .\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="onnx/directml/*" --local-dir .\mistral-7b-instruct-v0.3
54
  ```
55
 
56
  5. **Install necessary Python packages:**