Update README.md (#3)
Browse files- Update README.md (c7f014ca5ec877985ccadfc9d947dcda6101029e)
Co-authored-by: Vaibhav Srivastav <[email protected]>
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 |
|