Skip to content

Commit 930162e

Browse files
author
Guang Yang
committed
Update Hugging Face packages to latest versions
1 parent 0333390 commit 930162e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ DEVEL_REQUIREMENTS=(
141141
# pip packages needed to run examples.
142142
# TODO(dbort): Make each example publish its own requirements.txt
143143
EXAMPLES_REQUIREMENTS=(
144-
timm==0.6.13
144+
timm==1.0.7
145145
torchaudio=="2.4.0.${NIGHTLY_VERSION}"
146146
torchsr==1.0.4
147-
transformers==4.38.2
147+
transformers==4.42.4
148148
)
149149

150150
# Assemble the list of requirements to actually install.

0 commit comments

Comments
 (0)