Skip to content

Commit e324367

Browse files
Bump torchvision from 0.17.2 to 0.24.1+d801a34
Bumps torchvision from 0.17.2 to 0.24.1+d801a34. --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.1+d801a34 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc503c8 commit e324367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/export-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ diffusers==0.35.2 # For image generation pipelines
1010
timm==1.0.22 # For exporting InternVL2
1111
# torchvision for visual language models
1212
torchvision==0.17.2; platform_system == "Darwin" and platform_machine == "x86_64"
13-
torchvision==0.23.0; platform_system != "Darwin" or platform_machine != "x86_64"
13+
torchvision==0.24.1+d801a34; platform_system != "Darwin" or platform_machine != "x86_64"
1414
transformers==4.55.4 # For Whisper
1515
hf_transfer==0.1.9 # for faster models download, should used with env var HF_HUB_ENABLE_HF_TRANSFER=1
1616
backoff==2.2.1 # for microsoft/Phi-3.5-vision-instruct

0 commit comments

Comments
 (0)