pin vllm version to 0.6.5 (#6629)

Former-commit-id: 26097ca0adf25ebb7d9e8eec2d2cef673c6cfe88
This commit is contained in:
hoshi-hiyouga
2025-01-14 02:44:02 +08:00
committed by GitHub
parent ae32c148d1
commit 28d145a066
3 changed files with 9 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ extra_require = {
"gptq": ["optimum>=1.17.0", "auto-gptq>=0.5.0"],
"awq": ["autoawq"],
"aqlm": ["aqlm[gpu]>=1.1.0"],
"vllm": ["vllm>=0.4.3,<0.6.7"],
"vllm": ["vllm>=0.4.3,<=0.6.5"],
"galore": ["galore-torch"],
"badam": ["badam>=1.2.1"],
"adam-mini": ["adam-mini"],