pcuenq HF staff commited on
Commit
bf6e93c
1 Parent(s): 87b7402

Fix filename in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ To download one of the `.mlpackage` folders to the `models` directory:
20
  huggingface-cli download \
21
  --local-dir models --local-dir-use-symlinks False \
22
  coreml-projects/depth-anything \
23
- --include "depth-anything-base-float16.mlpackage/*"
24
  ```
25
 
26
  To download everything, skip the `--include` argument.
 
20
  huggingface-cli download \
21
  --local-dir models --local-dir-use-symlinks False \
22
  coreml-projects/depth-anything \
23
+ --include "DepthAnythingSmallF16.mlpackage/*"
24
  ```
25
 
26
  To download everything, skip the `--include` argument.