FastChat
FastChat copied to clipboard
python -m fastchat.serve.model_worker --model-path /data1/workspaces/llama2/Llama-2-7b-chat-hf --host 0.0.0.0
这个问题最终解决了吗?
i have the same problem , i dont know how to solve it for now...
我也是没有解决这个问题
我使用的代理连接的服务器 然后加上了这句export no_proxy=192.168.1.0,localhost,127.0.0.1好使了
没明白您这个操作方法啊,代码没有问题对吧,是因为代理的原因哦
Adding the worker and controller hostname to no_proxy
or unsetting http_proxy
and https_proxy
resolved the issue for me.