Skip to content

Commit

Permalink
[Fix] Skip a failed test due to huggingface transformers update (#439)
Browse files Browse the repository at this point in the history
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 committed 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
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.