set transformers version to 4.35 to avoid a lot of issues

This commit is contained in:
DejianYang 2024-04-09 13:53:44 +08:00 committed by GitHub
parent fd2db2cafe
commit 42aedabab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
torch>=2.0.1
tokenizers>=0.14.0
transformers>=4.35.0
transformers==4.35.0
accelerate
attrdict
tqdm