We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0f061 commit bd93f13Copy full SHA for bd93f13
.github/unittest/linux/scripts/run_all.sh
@@ -183,6 +183,9 @@ from torchrl.envs.transforms.vc1 import VC1Transform
183
VC1Transform.install_vc_models(auto_exit=True)
184
"""
185
186
+ printf "* Upgrading timm\n"
187
+ pip3 install --upgrade "timm>=0.9.0"
188
+
189
python -c """
190
import vc_models
191
from vc_models.models.vit import model_utils
0 commit comments