From 7c42a1b9d4e81ed2e83d73cfe42b034c2d863250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:52:23 +0000 Subject: [PATCH] Bump torch in /dpkd/transformers/examples/flax/vision Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0+cpu to 2.9.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dpkd/transformers/examples/flax/vision/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkd/transformers/examples/flax/vision/requirements.txt b/dpkd/transformers/examples/flax/vision/requirements.txt index 539ffdc6..52ee7ed2 100644 --- a/dpkd/transformers/examples/flax/vision/requirements.txt +++ b/dpkd/transformers/examples/flax/vision/requirements.txt @@ -3,6 +3,6 @@ jaxlib>=0.1.59 flax>=0.3.5 optax>=0.0.8 -f https://download.pytorch.org/whl/torch_stable.html -torch==1.11.0+cpu +torch==2.9.1 -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.12.0+cpu