summaryrefslogtreecommitdiff
path: root/makima
diff options
context:
space:
mode:
Diffstat (limited to 'makima')
-rw-r--r--makima/sh/download-models.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makima/sh/download-models.sh b/makima/sh/download-models.sh
index 58ee0ac..7aecefe 100644
--- a/makima/sh/download-models.sh
+++ b/makima/sh/download-models.sh
@@ -39,9 +39,9 @@ download_from_hf() {
mkdir -p "$dest"
if [ -n "$include" ]; then
- huggingface-cli download "$repo" --include "$include" --local-dir "$dest"
+ hf download "$repo" --include "$include" --local-dir "$dest"
else
- huggingface-cli download "$repo" --local-dir "$dest"
+ hf download "$repo" --local-dir "$dest"
fi
echo "Downloaded to $dest successfully"