Skip to content

Commit 17fa8f8

Browse files
guangy10facebook-github-bot
authored andcommitted
Fix timm installation (#144)
Summary: Pull Request resolved: #144 bug fix Reviewed By: larryliu0820 Differential Revision: D48697288 fbshipit-source-id: 8db7802fc99b5a02adf0d15ecdefa2664cf795d6
1 parent b04fec2 commit 17fa8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ TORCH_AUDIO_VERSION=2.1.0.dev20230813
2424
pip install --force-reinstall --pre torchaudio=="${TORCH_AUDIO_VERSION}" -i https://download.pytorch.org/whl/nightly/cpu
2525

2626
TIMM_VERSION=0.6.13
27-
pip install --pre timm=${TIMM_VERSION}
27+
pip install --pre timm==${TIMM_VERSION}

0 commit comments

Comments
 (0)