add note to download weights
Browse files
scripts/download_weights.bash
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
|
|
|
|
|
|
|
| 3 |
# fills huggingfaces cache by downloading safetensors files in parallel
|
| 4 |
# usage: $ bash download_weights.bash SOME/MODEL_ID COMMIT_HASH -j4
|
| 5 |
|
|
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
|
| 3 |
+
# NOTE: `huggingface-cli download` already exists to do this
|
| 4 |
+
|
| 5 |
# fills huggingfaces cache by downloading safetensors files in parallel
|
| 6 |
# usage: $ bash download_weights.bash SOME/MODEL_ID COMMIT_HASH -j4
|
| 7 |
|