I am at a very slow internet connection and downloading almost any model gives me a timeout:
[FLM] Downloading 2/7: model.q4nx
[FLM] Downloading: 86.0% (3830.0MB / 4455.4MB)CURL error: Timeout was reached
Currently there is a hard-coded timeout of one hour set here
https://github.com/FastFlowLM/FastFlowLM/blob/bb309ad60ac37daddf4ac81723925d72dd251b60/src/pull/download_model.cpp#L160
I suggest removing this limitation, I think this can be done to setting the limit to 0, alternatively you could make it configurable.
Edit: Just as a reference, a 10Mbit connection can download just over 4 GB/h and a 4B sized model is just around that limit.
I am at a very slow internet connection and downloading almost any model gives me a timeout:
Currently there is a hard-coded timeout of one hour set here
https://github.com/FastFlowLM/FastFlowLM/blob/bb309ad60ac37daddf4ac81723925d72dd251b60/src/pull/download_model.cpp#L160
I suggest removing this limitation, I think this can be done to setting the limit to
0, alternatively you could make it configurable.Edit: Just as a reference, a 10Mbit connection can download just over 4 GB/h and a 4B sized model is just around that limit.