4 lines
121 B
Bash
Executable File
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 &
|