Skip to content

Commit 038e990

Browse files
Bump the python group with 2 updates
Bumps the python group with 2 updates: torch and torchvision. Updates `torch` from 2.6.0+cu126 to 2.7.0+cu126 Updates `torchvision` from 0.21.0+cu126 to 0.22.0+cu126 --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torchvision dependency-version: 0.22.0+cu126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db7b7a4 commit 038e990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-torch-cuda.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ tensorflow-text~=2.18
44

55
# Torch with cuda support.
66
--extra-index-url https://download.pytorch.org/whl/cu126
7-
torch==2.6.0+cu126
8-
torchvision==0.21.0+cu126
7+
torch==2.7.0+cu126
8+
torchvision==0.22.0+cu126
99

1010
# Jax cpu-only version.
1111
jax[cpu]

0 commit comments

Comments
 (0)