FastChat
FastChat copied to clipboard
start model_worker no response
controller:
model_worker:
I waited for an hour with no output and no errors.
Can someone tell me what's going on?
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..
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..
我不是很懂python,这是model_worker.py
当我在import中加入打印时并运行,他不会打印'1',但是我使用try except似乎捕捉不到任何importError错误
@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.