fguzman82 commited on
Commit
404fd90
1 Parent(s): 90f3297

Update README.md

Browse files

updating the path to: `apple/mistral-coreml`. in:
```bash
huggingface-cli download \
--local-dir models \
--local-dir-use-symlinks False \
apple/mistral-coreml \
--include "StatefulMistral7BInstructInt4.mlpackage/*"
```

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ To download one of the `.mlpackage` folders to the `models` directory:
38
  huggingface-cli download \
39
  --local-dir models \
40
  --local-dir-use-symlinks False \
41
- apple/coreml-mistral-7b-instruct-v0.3 \
42
  --include "StatefulMistral7BInstructInt4.mlpackage/*"
43
  ```
44
 
 
38
  huggingface-cli download \
39
  --local-dir models \
40
  --local-dir-use-symlinks False \
41
+ apple/mistral-coreml \
42
  --include "StatefulMistral7BInstructInt4.mlpackage/*"
43
  ```
44