Closed cxgreat2014 closed 2 months ago
你这个问题我好像遇到过,使用9/5最新发布的MiniCPM3-4B模型,不能用该项目demo/openai_api_demo/openai_api_server_demo.py启动,可以看到这个提交日期是5个月以前,看样子是不兼容最新的模型文件。 你需要拉取最新代码,使用该项目目录:demo/function_call/openai_api_server.py 这个文件来启动openapi服务。不过好像开发者还是没更新全,依旧启动还是有些问题,可能与conda相关依赖有关
你这个问题我好像遇到过,使用9/5最新发布的MiniCPM3-4B模型,不能用该项目demo/openai_api_demo/openai_api_server_demo.py启动,可以看到这个提交日期是5个月以前,看样子是不兼容最新的模型文件。 你需要拉取最新代码,使用该项目目录:demo/function_call/openai_api_server.py 这个文件来启动openapi服务。不过好像开发者还是没更新全,依旧启动还是有些问题,可能与conda相关依赖有关
对的,MiniCPM3-4B 请使用demo/function_call/openai_api_server.py
启动openai服务。如果启动有问题,请附上报错信息。
此外,由于vLLM已经默认支持MiniCPM-2B,如果要启动openai服务,可以直接使用vLLM。
Is there an existing issue ? / 是否已有相关的 issue ?
Describe the bug / 描述这个 bug
无法使用openai_api_server_demo运行MiniCPM3-4B模型
To Reproduce / 如何复现
Expected behavior / 期望的结果
能够正常对话
Screenshots / 截图
Environment / 环境
Additional context / 其他信息
No response