Skip to content

Commit bd93f13

Browse files
committed
[Test] Fix vc1
ghstack-source-id: 3ef256c Pull-Request: #3202
1 parent 8d0f061 commit bd93f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/unittest/linux/scripts/run_all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ from torchrl.envs.transforms.vc1 import VC1Transform
183183
VC1Transform.install_vc_models(auto_exit=True)
184184
"""
185185

186+
printf "* Upgrading timm\n"
187+
pip3 install --upgrade "timm>=0.9.0"
188+
186189
python -c """
187190
import vc_models
188191
from vc_models.models.vit import model_utils

0 commit comments

Comments
 (0)