fix setup

Former-commit-id: 7d3e7db46a5f8672dd57fa5fcc03822e175047f9
This commit is contained in:
hiyouga
2024-04-28 03:49:13 +08:00
parent c52cab3e40
commit ec9e02ee9d
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ def get_requires():
extra_require = {
"deepspeed": ["deepspeed>=0.10.0"],
"metrics": ["nltk", "jieba", "rouge-chinese"],
"unsloth": ["torch==2.2.0", "unsloth[cu121-ampere-torch220]"],
"galore": ["galore-torch"],
"badam": ["badam"],
"vllm": ["vllm>=0.4.0"],