update readme

This commit is contained in:
hiyouga
2024-06-06 16:59:18 +08:00
parent 87a7822b98
commit 53eb2de75e
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ def get_requires():
extra_require = {
"torch": ["torch>=1.13.1"],
"torch_npu": ["torch==2.1.0", "torch-npu==2.1.0.post3", "decorator"],
"torch-npu": ["torch==2.1.0", "torch-npu==2.1.0.post3", "decorator"],
"metrics": ["nltk", "jieba", "rouge-chinese"],
"deepspeed": ["deepspeed>=0.10.0,<=0.14.0"],
"bitsandbytes": ["bitsandbytes>=0.39.0"],