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 b04fec2 commit 17fa8f8Copy full SHA for 17fa8f8
examples/install_requirements.sh
@@ -24,4 +24,4 @@ TORCH_AUDIO_VERSION=2.1.0.dev20230813
24
pip install --force-reinstall --pre torchaudio=="${TORCH_AUDIO_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
25
26
TIMM_VERSION=0.6.13
27
-pip install --pre timm=${TIMM_VERSION}
+pip install --pre timm==${TIMM_VERSION}
0 commit comments