FastChat
FastChat copied to clipboard
python3 -m fastchat.serve.model_worker returns status_code 403
I start the fastchat controller by default configuration:
python3 -m fastchat.serve.controller
However, when i registered the model_worker, it failed at the assert code which checks whether the status_code equals to 200. So, I print the status code, which is 403. Why did that happen?
Same here :cry:
same,anybody help?
same here
same here, my status code is 503
Adding localhost to no_proxy can help.
Adding localhost to no_proxy can help.
Hi Qiuyu, I have the same 503 error code and I came across your solution. Could you please explain how to "Add localhost to no_proxy"? This is crucial for me. Thank you so much!
Adding localhost to no_proxy can help.
Hi Qiuyu, I have the same 503 error code and I came across your solution. Could you please explain how to "Add localhost to no_proxy"? This is crucial for me. Thank you so much!
My colleague assisted me with this by adding a command to the .bashrc file:
export no_proxy="$no_proxy,localhost"
Hoping this could help you guys.
@wanbo432503 have you tried @Go0day 's suggestion? This has been a bit, I will close it. If you still need help, please reopen!