We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在官方的README中的vllm部署部分,给出的安装建议是安装 vLLM(>=0.5.4),但实测使用命令pip install vllm安装最新版本的vllm(2024/12/22, vllm == 0.6.5)时,实例代码运行会出错。而安装pip install vllm==0.5.4则不会有问题,希望可以在README中修改一下安装命令,以免遇到版本问题。
pip install vllm
pip install vllm==0.5.4
The text was updated successfully, but these errors were encountered:
您好,请问您说的实例代码出问题是什么?
Sorry, something went wrong.
No branches or pull requests
在官方的README中的vllm部署部分,给出的安装建议是安装 vLLM(>=0.5.4),但实测使用命令
pip install vllm
安装最新版本的vllm(2024/12/22, vllm == 0.6.5)时,实例代码运行会出错。而安装pip install vllm==0.5.4
则不会有问题,希望可以在README中修改一下安装命令,以免遇到版本问题。The text was updated successfully, but these errors were encountered: