From 25f09036dc9fa61636db48f3ff96d2f3fe39c9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:56:49 +0000 Subject: [PATCH] Bump torch in /experimental/jax in the pip group across 1 directory Bumps the pip group with 1 update in the /experimental/jax directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.3.0+cpu to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- experimental/jax/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/jax/requirements.txt b/experimental/jax/requirements.txt index 72ba566c..68f9dd03 100644 --- a/experimental/jax/requirements.txt +++ b/experimental/jax/requirements.txt @@ -2,7 +2,7 @@ --find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html absl-py -torch==2.3.0+cpu +torch==2.6.0 torchvision==0.18.0+cpu jax[tpu]==0.4.33 huggingface_hub[cli]