From 3afb2c59215094280b31bcf8c1693c56092260e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:09:26 +0000 Subject: [PATCH] Bump timm from 1.0.11 to 1.0.13 in /samples Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.11 to 1.0.13. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v1.0.11...v1.0.13) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/export-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/export-requirements.txt b/samples/export-requirements.txt index aa9a0ccea9..fbd6f65efc 100644 --- a/samples/export-requirements.txt +++ b/samples/export-requirements.txt @@ -6,6 +6,6 @@ numpy<2.0.0; sys_platform == 'darwin' einops==0.8.0 # For Qwen transformers_stream_generator==0.0.5 # For Qwen diffusers==0.31.0 # For image generation pipelines -timm==1.0.11 # For exporting InternVL2 +timm==1.0.13 # For exporting InternVL2 torchvision # For visual language models transformers>=4.43 # For Whisper