From 7880804e66327252ceed1594aabceeb1fa4ade4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:05:08 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0+cpu to 2.12.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.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/jax-projects/hybrid_clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkd/transformers/examples/research_projects/jax-projects/hybrid_clip/requirements.txt b/dpkd/transformers/examples/research_projects/jax-projects/hybrid_clip/requirements.txt index cf1859d7..70ef0a41 100644 --- a/dpkd/transformers/examples/research_projects/jax-projects/hybrid_clip/requirements.txt +++ b/dpkd/transformers/examples/research_projects/jax-projects/hybrid_clip/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.9.0+cpu +torch==2.12.0 -f https://download.pytorch.org/whl/torch_stable.html torchvision==0.10.0+cpu \ No newline at end of file