Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ To download one of the `.mlpackage` folders to the `models` directory:
|
|
55 |
```bash
|
56 |
huggingface-cli download \
|
57 |
--local-dir models --local-dir-use-symlinks False \
|
58 |
-
apple/coreml-depth-anything-small \
|
59 |
--include "DepthAnythingV2SmallF16.mlpackage/*"
|
60 |
```
|
61 |
|
|
|
55 |
```bash
|
56 |
huggingface-cli download \
|
57 |
--local-dir models --local-dir-use-symlinks False \
|
58 |
+
apple/coreml-depth-anything-v2-small \
|
59 |
--include "DepthAnythingV2SmallF16.mlpackage/*"
|
60 |
```
|
61 |
|