Skip to content

Commit 8073560

Browse files
authored
Revert to torch 1.10 to fix libtpu reaching to metadata server
The metadata server is unavailable in Kaggle, but the 1.13 version of libtpu requires it. We can upgrade again once libtpu is fixed. http://b/266449694
1 parent 5687ab2 commit 8073560

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
@@ -1,10 +1,10 @@
11
TENSORFLOW_VERSION=2.9.1
22
JAX_VERSION=0.3.10
33
# Supports nightly
4-
TORCH_VERSION=1.13.0
4+
TORCH_VERSION=1.10.0
55
# https://github.com/pytorch/audio supports nightly
6-
TORCHAUDIO_VERSION=0.13.0
6+
TORCHAUDIO_VERSION=0.10.0
77
# https://github.com/pytorch/text supports main
8-
TORCHTEXT_VERSION=0.14.0
8+
TORCHTEXT_VERSION=0.11.0
99
# https://github.com/pytorch/vision supports nightly
10-
TORCHVISION_VERSION=0.14.0
10+
TORCHVISION_VERSION=0.11.1

0 commit comments

Comments
 (0)