Update requirements

This commit is contained in:
Stanislas0 2023-03-13 15:14:13 +08:00
parent e16b10a068
commit c6fa514b4c
2 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,4 @@ transformers>=4.22.0
torch>=1.10.0
tqdm>=4.63.0
cpm_kernels
deepspeed
deepspeed>0.6.1

View File

@ -19,6 +19,8 @@ setup(
"tokenizers>=0.11.0,<=0.11.4",
"torch>=1.10.0",
"tqdm>=4.63.0",
"cpm_kernels",
"deepspeed>0.6.1",
],
entry_points={}
)