shtools/hf-cli/hf-cli
2025-06-17 07:52:35 +00:00

4 lines
121 B
Bash
Executable File

#!/usr/bin/bash
nohup ~/py3/bin/huggingface-cli download --resume-download $1 --local-dir ~/models/$1 > ~/logs/$$.log &