From 18117f05db0a1b8c5360fa4e2d06c37ff5ee6fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:29:37 +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.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 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..b96e0e1a 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.8.0 -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.12.0+cpu