fix requires for windows

Former-commit-id: 5e25fae40b7ea9cfa72717efbe3677199ca9608f
This commit is contained in:
hiyouga
2024-04-03 21:56:43 +08:00
parent 1348f7d860
commit 43d134ba29
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"],