Fix filename in README
Browse files
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 "
|
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.
|