fix requires for windows

This commit is contained in:
hiyouga
2024-04-03 21:56:43 +08:00
parent 148bda353f
commit 7f6e412604
5 changed files with 4 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ extra_require = {
"deepspeed": ["deepspeed>=0.10.0"],
"metrics": ["nltk", "jieba", "rouge-chinese"],
"unsloth": ["torch==2.2.0", "unsloth[cu121-ampere-torch220]"],
"galore": ["galore-torch"],
"vllm": ["vllm>=0.3.3"],
"bitsandbytes": ["bitsandbytes>=0.39.0"],
"gptq": ["optimum>=1.16.0", "auto-gptq>=0.5.0"],