support vllm 0.6.0

Former-commit-id: e39470ec51a9c74ad901871eb816df10e851f351
This commit is contained in:
hiyouga
2024-09-08 02:26:20 +08:00
parent 95fee5faf7
commit 01dae0f475
5 changed files with 12 additions and 51 deletions

View File

@@ -45,7 +45,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"],
"vllm": ["vllm>=0.4.3,<=0.6.0"],
"galore": ["galore-torch"],
"badam": ["badam>=1.2.1"],
"adam-mini": ["adam-mini"],