Multi-Modality-Arena
Multi-Modality-Arena copied to clipboard
always getting (error_code: 1)
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?
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.
hey i'm still getting this error, what could be the issue here? I have stable connection between controller and the model workers