dvlab-research / MGM

Official repo for "Mini-Gemini: Mining the Potential of Multi-modality Vision Language Models"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

当我使用推理命令的时候出现网络错误,无法构建推理的接口

HongLouyemeng opened this issue · comments

CUDA_VISIBLE_DEVICES=0,1 python -m mgm.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path /root/autodl-tmp/MGM/model_zoo/Your_prefer_name
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=10000): Max retries exceeded with url: /register_worker (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4339a5360>: Failed to establish a new connection: [Errno 111] Connection refused'))

有木有老哥碰到过呢

分两条命令启动推理模型