MGM icon indicating copy to clipboard operation
MGM copied to clipboard

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

Open HongLouyemeng opened this issue 10 months ago • 1 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'))

HongLouyemeng avatar Apr 24 '24 09:04 HongLouyemeng

有木有老哥碰到过呢

HongLouyemeng avatar Apr 24 '24 09:04 HongLouyemeng

分两条命令启动推理模型

HongLouyemeng avatar Apr 25 '24 08:04 HongLouyemeng