fix #5252
This commit is contained in:
parent
57497135bf
commit
ebddce5d4a
2
setup.py
2
setup.py
|
@ -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.10.0,<=0.14.4"],
|
||||
"liger-kernel": ["liger-kernel"],
|
||||
"bitsandbytes": ["bitsandbytes>=0.39.0"],
|
||||
"hqq": ["hqq"],
|
||||
|
|
Loading…
Reference in New Issue