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
1
- OS:Ubuntu 20.04 - Pytorch:2.4.0 - CUDA:12.1 - Device: [e.g. A10, RTX3090]
按照通关宝典的方式先安装了vllm(版本为 vllm-0.6.1.post2),然后替换了minicpm3.py文件且改了__init__.py,运行code_interpreter.py 时报错 :ImportError: cannot import name 'SamplerOutput' from 'vllm.sequence' (/root/miniconda3/lib/python3.11/site-packages/vllm/sequence.py
请问vllm需要的版本是多少?
The text was updated successfully, but these errors were encountered:
你好,我的vllm版本是:vllm 0.5.4+cu122 vllm-flash-attn 2.6.1 vllm_nccl_cu12 2.18.1.0.4.0
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue ? / 是否已有相关的 issue ?
Describe the bug / 描述这个 bug
1
To Reproduce / 如何复现
1
Expected behavior / 期望的结果
1
Screenshots / 截图
1
Environment / 环境
Additional context / 其他信息
按照通关宝典的方式先安装了vllm(版本为 vllm-0.6.1.post2),然后替换了minicpm3.py文件且改了__init__.py,运行code_interpreter.py 时报错 :ImportError: cannot import name 'SamplerOutput' from 'vllm.sequence' (/root/miniconda3/lib/python3.11/site-packages/vllm/sequence.py
请问vllm需要的版本是多少?
The text was updated successfully, but these errors were encountered: