Norod78 commited on
Commit
c479a23
·
verified ·
1 Parent(s): ca3232d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -25,6 +25,23 @@ As a derivative work of Depth-Anything-V2-Small this port is also under apache-2
25
  ![Xcode Preview](https://huggingface.co/LloydAI/DepthAnything_v2-Small-CoreML/resolve/main/sample_images/Xcode_Preview_DepthAnything_v2_Small_518x392_Landscape.jpg)
26
 
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Citation of original work
29
 
30
  If you find this project useful, please consider citing:
 
25
  ![Xcode Preview](https://huggingface.co/LloydAI/DepthAnything_v2-Small-CoreML/resolve/main/sample_images/Xcode_Preview_DepthAnything_v2_Small_518x392_Landscape.jpg)
26
 
27
 
28
+ ## Download
29
+
30
+ Install `huggingface-cli`
31
+
32
+ ```bash
33
+ brew install huggingface-cli
34
+ ```
35
+
36
+ To download one of the `.mlpackage` folders to the `models` directory:
37
+
38
+ ```bash
39
+ huggingface-cli download \
40
+ --local-dir models --local-dir-use-symlinks False \
41
+ LloydAI/DepthAnything_v2-Small-CoreML \
42
+ --include "DepthAnything_v2_Small_518x392_Landscape.mlpackage/*"
43
+ ```
44
+
45
  ## Citation of original work
46
 
47
  If you find this project useful, please consider citing: