ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

models resumable download #2514

Open slavanorm opened 5 days ago

slavanorm commented 5 days ago

Hello. thanks for your great project.

please adjust the flags for curl to use "curl -L -O -C - " . this allows to resume download of large files whenever they failed.

I've tested locally and huggingface supports that.

the bash files for model download are rather numerous, which could be worth refactor too.