fixed readme
Browse files
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 "
|
| 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 `
|
|
|
|
| 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.
|