microsoft / JARVIS

JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
MIT License
23.58k stars 1.96k forks source link

OSError: [Errno 99] Cannot assign requested address #62

Open kelisiya opened 1 year ago

kelisiya commented 1 year ago

When I run the models_server.py in aws , OSError: [Errno 99] Cannot assign requested address. How can I deploy the service on the cloud server and I download all model in cloud . And if i set config is hugging face run the server , "However, the inference result was an error, as the service related to ControlNet is not available."

tricktreat commented 1 year ago

Hi. There is currently a bug that causes an error when setting the httpserver to 0.0.0.0, which we will fix in the next commit.

CanIbeyourdog commented 1 year ago

Have you solved this problem now? I met the same problenm on cloud server.