KeighBee HF staff commited on
Commit
59007df
1 Parent(s): bf67f0b

fixed readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,11 +61,11 @@ To download one of the `.mlpackage` folders to the `models` directory:
61
  huggingface-cli download \
62
  --local-dir models --local-dir-use-symlinks False \
63
  KeighBee/coreml-DepthPro \
64
- --include "DepthProNormalizedInverseDepth-pruned10-Qlinear.mlpackage/*" "DepthPro-pruned10-Qlinear.mlpackage/*"
65
  ```
66
 
67
  To download everything, skip the `--include` argument.
68
 
69
  ## Integrate in Swift apps
70
 
71
- The [`huggingface/coreml-examples`](https://github.com/huggingface/coreml-examples/blob/main/DepthProSample/README.md) repository contains sample Swift code for `DepthProNormalizedInverseDepth-pruned10-Qlinear.mlpackage` and other models. See [the instructions there](https://github.com/huggingface/coreml-examples/tree/main/DepthProSample) to build the demo app, which shows how to use the model in your own Swift apps.
 
61
  huggingface-cli download \
62
  --local-dir models --local-dir-use-symlinks False \
63
  KeighBee/coreml-DepthPro \
64
+ --include "DepthProNormalizedInverseDepthPruned10QuantizedLinear.mlpackage/*" "DepthProPruned10QuantizedLinear.mlpackage/*"
65
  ```
66
 
67
  To download everything, skip the `--include` argument.
68
 
69
  ## Integrate in Swift apps
70
 
71
+ The [`huggingface/coreml-examples`](https://github.com/huggingface/coreml-examples/blob/main/DepthProSample/README.md) repository contains sample Swift code for `DepthProNormalizedInverseDepthPruned10QuantizedLinear.mlpackage` and other models. See [the instructions there](https://github.com/huggingface/coreml-examples/tree/main/DepthProSample) to build the demo app, which shows how to use the model in your own Swift apps.