tjellm commited on
Commit
aa3df5b
1 Parent(s): c71a687

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ pip install huggingface-hub[cli]
49
 
50
  4. **Download the model:**
51
  ```sh
52
- huggingface-cli download EmbeddedLLM/gemma-7b-it-onnx --include="onnx/directml/*" --local-dir .\gemma-7b-it-onnx
53
  ```
54
 
55
  5. **Install necessary Python packages:**
 
49
 
50
  4. **Download the model:**
51
  ```sh
52
+ huggingface-cli download EmbeddedLLM/gemma-7b-it-onnx --include="onnx/directml/gemma-7b-it-int4/*" --local-dir .\gemma-7b-it-onnx
53
  ```
54
 
55
  5. **Install necessary Python packages:**