Skip to content

Commit 4c05530

Browse files
authored
Bump PyTorch version to 2.3 (#1389)
Also bump ecosystem packages (torchtext, torchvision, torchaudio) to latest versions cc @will-cromar
1 parent 7c11afd commit 4c05530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tpu/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ TF_LINUX_WHEEL_VERSION=manylinux_2_17_x86_64.manylinux2014_x86_64
99
JAX_VERSION=0.4.23
1010
# gsutil ls gs://pytorch-xla-releases/wheels/tpuvm/* | grep libtpu | grep -v -E ".*rc[0-9].*"
1111
# Supports nightly
12-
TORCH_VERSION=2.2.0
12+
TORCH_VERSION=2.3.0
1313
# https://github.com/pytorch/audio supports nightly
14-
TORCHAUDIO_VERSION=2.2.1
14+
TORCHAUDIO_VERSION=2.3.0
1515
# https://github.com/pytorch/text supports main
16-
TORCHTEXT_VERSION=0.17.1
16+
TORCHTEXT_VERSION=0.18.0
1717
# https://github.com/pytorch/vision supports nightly
18-
TORCHVISION_VERSION=0.17.1
18+
TORCHVISION_VERSION=0.18.0
1919
TORCH_LINUX_WHEEL_VERSION=manylinux_2_28_x86_64

0 commit comments

Comments
 (0)