Skip to content

Commit a6345cd

Browse files
authored
Update Torch to 2.9.0 on GPU. (#21756)
Replaces #21744
1 parent c22de4b commit a6345cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-jax-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tf2onnx
44

55
# Torch cpu-only version (needed for testing).
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.8.0
7+
torch==2.9.0+cpu
88

99
# Jax with cuda support.
1010
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

requirements-tensorflow-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tf2onnx
44

55
# Torch cpu-only version (needed for testing).
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.8.0
7+
torch==2.9.0+cpu
88

99
# Jax cpu-only version (needed for testing).
1010
jax[cpu]

requirements-torch-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tf2onnx
55
# Torch with cuda support.
66
# - torch is pinned to a version that is compatible with torch-xla.
77
--extra-index-url https://download.pytorch.org/whl/cu121
8-
torch==2.8.0
8+
torch==2.9.0
99
torch-xla==2.8.1;sys_platform != 'darwin'
1010

1111
# Jax cpu-only version (needed for testing).

0 commit comments

Comments
 (0)