Skip to content

Commit 3915690

Browse files
Martin Yuanfacebook-github-bot
authored andcommitted
Bump transformers version to most recent
Summary: It cause issues for packages that depend on transformers. I got one with Numpy ABI mismatch which is hard to trace. Differential Revision: D54900518
1 parent e98a7e0 commit 3915690

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
@@ -39,7 +39,7 @@ pip install --force-reinstall --pre torchaudio=="${TORCH_AUDIO_VERSION}" -i http
3939
TIMM_VERSION=0.6.13
4040
pip install --pre timm==${TIMM_VERSION}
4141

42-
TRANSFORMERS_VERSION=4.34.0
42+
TRANSFORMERS_VERSION=4.38.2
4343
pip install --force-reinstall --pre transformers==${TRANSFORMERS_VERSION}
4444

4545
TORCHSR_VERSION=1.0.4

0 commit comments

Comments
 (0)