precondision
# lmdeploy intern-chat-7b by RestfulAPI method
python3 -m lmdeploy.serve.openai.api_server ./workspace server_ip server_port --instance_num 32 --tp 1
# Enter swaggerUI
http://{server_ip}:{server_port}
issue
In generate part, response body returns null in key "text"
, while the /v1/chat/completions, /models, /embedding APIs are all fine.
btw, it is tested through ngrok public url cause the localhost is in indirectly unaccessable subnet.



precondision
issue
In generate part, response body returns null in key "text"