transformers>=4.43.0,<=4.43.3, no scipy

This commit is contained in:
Roberts Slisans 2024-08-19 10:41:17 +03:00 committed by GitHub
parent 2d6d3868f9
commit 167ce44895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
tqdm
rotary_embedding_torch
transformers==4.31.0
transformers>=4.43.0,<=4.43.3
tokenizers
inflect
progressbar

View file

@ -27,9 +27,9 @@ setuptools.setup(
'unidecode',
'scipy',
'librosa',
'transformers==4.31.0',
'tokenizers==0.13.4.rc3',
'scipy==1.13.1'
'transformers>=4.43.0,<=4.43.3',
'tokenizers', # ==0.13.4.rc3',
# 'scipy==1.13.1'
# 'deepspeed==0.8.3',
],
classifiers=[