Tempaccnt / Termux-alpaca

This is a simple shell script to install the alpaca llama 7B model on termux for Android phones. All credits goes to the original developers of alpaca.cpp and ggml-model-q4_1.bin.
59 stars 11 forks source link

Installation Chunk download failed #2

Closed gustavocodigo closed 1 year ago

gustavocodigo commented 1 year ago

after trying to install it on android phone it print the following message:

WARNING: chunk download failed (Server returned 509 (over quota)), re-trying after 2 seconds
ggml-alpaca-7b-q4.bin: 38.23% - 1.5 GiB (1610612736 bytes) WARNING: chunk download failed (Server returned 509 (over quota)), re-trying after 4 seconds

and keep re-trying. on a Infinite loop.

Screenshot_20230816-024931_Termux

Tempaccnt commented 1 year ago

from the error message, it seems that you run out of download quota. I think you chose Mega to download the model however mega limit your download to 5GB per day. so if you used mega elsewhere you will run out of quota.

anyways, you can use the huggingface face server instead or wait a day before trying Mega again. if this helps let me know.

gustavocodigo commented 1 year ago

Yes I switch it to the first download option and solved the issue !

Tempaccnt commented 1 year ago

Great, enjoy