Multi-Modality-Arena icon indicating copy to clipboard operation
Multi-Modality-Arena copied to clipboard

always getting (error_code: 1)

Open emanuelevivoli opened this issue 1 year ago • 2 comments

Hello and thank you for your amazing work!

However, I have a problem: the models are loaded well but I continue getting

NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE. (error_code: 1)

The models (blip2 and minigpt4) are both on GPUs (I'm using them with --keep-in-device otherwise they were not even loaded) but every try I do, I always get the same error.

Any advice?

emanuelevivoli avatar Jul 14 '23 17:07 emanuelevivoli

Apologies for the delayed response. Due to GPU resource limitations, we initially employed the "keep-in-device" option to determine whether to transfer the model between computer memory and GPU memory during inference generation. This process incurred significant time overhead as the model needed to be moved back and forth. However, in our latest code update, we have optimized this by maintaining a constant placement of the model in GPU memory.

Regarding the occurrence of "Network error," this issue could be attributed to unstable connections between the web server, controller, and model worker.

BellXP avatar Aug 27 '23 14:08 BellXP

hey i'm still getting this error, what could be the issue here? I have stable connection between controller and the model workers

iraj465 avatar Mar 26 '24 18:03 iraj465