Skip to content

Commit

Permalink
Bump transformers from 4.36.0 to 4.38.1 (#2179)
Browse files Browse the repository at this point in the history
Summary:
A previous transformers update to torchbench (pytorch/pytorch#117073) resulted in some failures on the TorchInductor benchmarks (pytorch/pytorch#117280).

A fix was made to transformers (huggingface/transformers#27871), which was released in transformers version 4.38.0, so I would like to bump the version in torchbench so that we can fix the issue with the Inductor benchmarks.

Please let me know if there are any procedures I should go through for this update!

Pull Request resolved: #2179

Reviewed By: aaronenyeshi

Differential Revision: D54212153

Pulled By: angelayi

fbshipit-source-id: ceecea744e49358aa3f3437fcaad9683e989f25b
  • Loading branch information
angelayi authored and facebook-github-bot committed Feb 27, 2024
1 parent a08683b commit 1ef0a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requests
tabulate
git+https://github.com/huggingface/pytorch-image-models.git@730b907
# this version of transformers is required as per this page https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1
transformers==4.36.0
transformers==4.38.1
MonkeyType
psutil
pyyaml
Expand Down

0 comments on commit 1ef0a39

Please sign in to comment.