From 88d8c50ccfc32147297d7fe1a060d2fdb9ba6717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:13:17 +0000 Subject: [PATCH] Bump timm from 1.0.12 to 1.0.13 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.12 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.12...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 af38558656..a6aa3870f4 100644 --- a/samples/export-requirements.txt +++ b/samples/export-requirements.txt @@ -7,7 +7,7 @@ numpy<2.0.0; sys_platform == 'darwin' einops==0.8.0 # For Qwen transformers_stream_generator==0.0.5 # For Qwen diffusers==0.32.1 # For image generation pipelines -timm==1.0.12 # For exporting InternVL2 +timm==1.0.13 # For exporting InternVL2 torchvision # For visual language models transformers>=4.43 # For Whisper hf_transfer # for faster models download, should used with env var HF_HUB_ENABLE_HF_TRANSFER=1 \ No newline at end of file