bump vllm version to 0.4.1

Former-commit-id: a00fd39a4c2f270620711f2bfbad8d460fb4aa89
This commit is contained in:
hiyouga
2024-05-28 21:27:27 +08:00
parent ae3a88d3a7
commit bceac4f554
2 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ extra_require = {
"metrics": ["nltk", "jieba", "rouge-chinese"],
"deepspeed": ["deepspeed>=0.10.0,<=0.14.0"],
"bitsandbytes": ["bitsandbytes>=0.39.0"],
"vllm": ["vllm>=0.4.0"],
"vllm": ["vllm>=0.4.1"],
"galore": ["galore-torch"],
"badam": ["badam"],
"gptq": ["optimum>=1.16.0", "auto-gptq>=0.5.0"],