chore: set deepspeed version

This commit is contained in:
wql 2024-10-23 20:38:27 +08:00
parent 0365da13d2
commit a200b7628f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ extra_require = {
"torch": ["torch>=1.13.1"],
"torch-npu": ["torch==2.1.0", "torch-npu==2.1.0.post3", "decorator"],
"metrics": ["nltk", "jieba", "rouge-chinese"],
"deepspeed": ["deepspeed>=0.10.0"],
"deepspeed": ["deepspeed==0.15.2"],
"liger-kernel": ["liger-kernel"],
"bitsandbytes": ["bitsandbytes>=0.39.0"],
"hqq": ["hqq"],