Skip to content

Commit 63a1fde

Browse files
Martin Yuanfacebook-github-bot
authored andcommitted
Bump transformers version to most recent (#2428)
Summary: Pull Request resolved: #2428 It cause issues for packages that depend on transformers. I got one with Numpy ABI mismatch which is hard to trace. Reviewed By: guangy10 Differential Revision: D54900518 fbshipit-source-id: e38d371e809c117ac3c7232bdcb99c7bd8c35598
1 parent 1647cd0 commit 63a1fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pip install --force-reinstall --pre torchaudio=="${TORCH_AUDIO_VERSION}" -i http
6363
TIMM_VERSION=0.6.13
6464
pip install --pre timm==${TIMM_VERSION}
6565

66-
TRANSFORMERS_VERSION=4.34.0
66+
TRANSFORMERS_VERSION=4.38.2
6767
pip install --force-reinstall --pre transformers==${TRANSFORMERS_VERSION}
6868

6969
TORCHSR_VERSION=1.0.4

0 commit comments

Comments
 (0)