Open huangshengfu opened 6 months ago
Same problem when using vllm+chatglm3+oneapi+fastgpt. Not sure what part goes wrong
应该是vllm的问题,目前还没找到解决办法,有办法了麻烦踢我一下
me too,看到有个类似的解决办法,但不知道要再vllm中怎么修改:https://zhuanlan.zhihu.com/p/695477673
我的问题解决了,我是用的oneapi接入了fastgpt,然后我在fastgpt的配置文件中加上了结束的参数 | im_end |就好了
我的问题解决了,我是用的oneapi接入了fastgpt,然后我在fastgpt的配置文件中加上了结束的参数 | im_end |就好了
求分享
"defaultConfig":{"stop": "<|im_end|>"}
我是在请求的时候加上停止符的tokenId解决的
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
Your current environment
🐛 Describe the bug
I encountered an issue while running the model in Docker environment. The model is Qwen-72B and the conversation cannot end properly