Skip to content

Commit

Permalink
[Fix] Skip a failed test due to huggingface transformers update (hide…
Browse files Browse the repository at this point in the history
…t-org#439)

Fix the transformers version to 4.37 to pass the CI (the new version of
transformers introduced some breaking change).

Todo: update our modeling to make it compatible with the new version of
transformers.
  • Loading branch information
yaoyaoding authored Mar 20, 2024
1 parent c7a22eb commit c53af56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pylint==2.13.9
# for models to test
torch
torchvision
transformers
transformers==4.37
sentencepiece
sacremoses

Expand Down

0 comments on commit c53af56

Please sign in to comment.