Skip to content

Commit 67b4c13

Browse files
authored
Falling torch back to 2.1.2
pytorch is failing to build from source past this build because of open-telemetry changes, we will have to wait for the next patch (June 2024) to upgrade.
1 parent edbc5d6 commit 67b4c13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ BASE_IMAGE_TAG=m114
33
CPU_BASE_IMAGE_NAME=tf2-cpu.2-15.py310
44
GPU_BASE_IMAGE_NAME=tf2-gpu.2-15.py310
55
LIGHTGBM_VERSION=4.2.0
6-
TORCH_VERSION=2.3.0
7-
TORCHAUDIO_VERSION=2.3.0
8-
TORCHTEXT_VERSION=0.18.0
9-
TORCHVISION_VERSION=0.18.0
6+
TORCH_VERSION=2.1.2
7+
TORCHAUDIO_VERSION=2.1.2
8+
TORCHTEXT_VERSION=0.16.2
9+
TORCHVISION_VERSION=0.16.2
1010
JAX_VERSION=0.4.26
1111
CUDA_MAJOR_VERSION=12
1212
CUDA_MINOR_VERSION=1

0 commit comments

Comments
 (0)