Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ We recommand downloading in terminal using huggingface-cli (`pip install --upgra
|
|
50 |
# Set Huggingface Mirror for Chinese users (if required):
|
51 |
export HF_ENDPOINT=https://hf-mirror.com
|
52 |
# Download a certain checkpoint:
|
53 |
-
huggingface-cli download Qingyun/Florence-2-
|
54 |
# If any error (such as network error) interrupts the downloading, you just need to execute the same command, the latest huggingface_hub will resume downloading.
|
55 |
```
|
56 |
|
|
|
50 |
# Set Huggingface Mirror for Chinese users (if required):
|
51 |
export HF_ENDPOINT=https://hf-mirror.com
|
52 |
# Download a certain checkpoint:
|
53 |
+
huggingface-cli download Qingyun/Florence-2-large-DOTA-v1.0-lmmrotate --repo-type model --local-dir checkpoint/Florence-2-large-DOTA-v1.0-lmmrotate/
|
54 |
# If any error (such as network error) interrupts the downloading, you just need to execute the same command, the latest huggingface_hub will resume downloading.
|
55 |
```
|
56 |
|