support vllm 0.6.0

This commit is contained in:
hiyouga
2024-09-08 02:26:20 +08:00
parent b332908ab4
commit b6681d7198
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"],