FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

start model_worker no response

Open JoryPai opened this issue 1 year ago • 2 comments

controller: image model_worker: image I waited for an hour with no output and no errors. Can someone tell me what's going on?

JoryPai avatar Apr 20 '23 02:04 JoryPai

It seems the registration failed, because when you register the model worker there should be some log printed in the controller side.

Please double check your ports and not restricted etc..

zhisbug avatar Apr 21 '23 04:04 zhisbug

It seems the registration failed, because when you register the model worker there should be some log printed in the controller side.

Please double check your ports and not restricted etc..

image 我不是很懂python,这是model_worker.py 当我在import中加入打印时并运行,他不会打印'1',但是我使用try except似乎捕捉不到任何importError错误

JoryPai avatar Apr 21 '23 04:04 JoryPai

@JarringBye instead of setting --worker-address to 0.0.0.0, how about you set it to 127.0.0.1? Do you still have this issue? It is not a bug of fastchat.

surak avatar Oct 21 '23 15:10 surak