Eldon ihrke
Results
3
issues of
Eldon ihrke
连个相同的模型分别在vLM与Xinference上进行部署,langchain是都可以连接得到,vLM上的模型功能也可以正常使用,但是在Xinference上已经运行起来的模型与langchain之间就存在问题,使用的Xinference是0.13.1版本的,postman也是有响应的,但是langchain与xinference之间出现问题: RemoteProtocolError: peer closed connection without sending complete message body (incomplete chunked read) Traceback: File "/home/user/miniconda3/envs/langchain3/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "/home/user/Langchain-Chatchat-master_0_3_1/libs/chatchat-server/chatchat/webui.py", line 73, in dialogue_page(api=api, is_lite=is_lite) File...
bug