bump vllm version to 0.4.1

Former-commit-id: 1e80a3a638
This commit is contained in:
hiyouga
2024-05-28 21:27:27 +08:00
parent 3152c7dd1c
commit 87e71df597
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"],