Skip to content

Commit 19331b7

Browse files
authored
Merge pull request #116 from coreweave/es/torch-2.9.1
feat(torch): Build with Pytorch v2.9.1 & NCCL 2.29.2-1
2 parents 2c5e6ec + aac0d13 commit 19331b7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/configurations/torch-base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cuda: [ 12.9.1, 12.8.1 ]
22
os: [ ubuntu22.04 ]
33
abi: [ 1 ]
44
include:
5-
- torch: 2.8.0
6-
vision: 0.23.0
7-
audio: 2.8.0
5+
- torch: 2.9.1
6+
vision: 0.24.1
7+
audio: 2.9.1

.github/configurations/torch-nccl.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cuda: [ 12.9.1, 12.8.1 ]
22
os: [ ubuntu22.04 ]
33
abi: [ 1 ]
44
include:
5-
- torch: 2.8.0
6-
vision: 0.23.0
7-
audio: 2.8.0
8-
nccl: 2.28.3-1
9-
nccl-tests-hash: '528fb68'
5+
- torch: 2.9.1
6+
vision: 0.24.1
7+
audio: 2.9.1
8+
nccl: 2.29.2-1
9+
nccl-tests-hash: '2ca8240'

torch/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
ARG BUILDER_BASE_IMAGE="nvidia/cuda:12.9.1-devel-ubuntu22.04"
33
ARG FINAL_BASE_IMAGE="nvidia/cuda:12.9.1-base-ubuntu22.04"
44

5-
ARG BUILD_TORCH_VERSION="2.8.0"
6-
ARG BUILD_TORCH_VISION_VERSION="0.23.0"
7-
ARG BUILD_TORCH_AUDIO_VERSION="2.8.0"
5+
ARG BUILD_TORCH_VERSION="2.9.1"
6+
ARG BUILD_TORCH_VISION_VERSION="0.24.1"
7+
ARG BUILD_TORCH_AUDIO_VERSION="2.9.1"
88
ARG BUILD_TRANSFORMERENGINE_VERSION="2.4"
99
ARG BUILD_FLASH_ATTN_VERSION="2.7.4.post1"
1010
ARG BUILD_FLASH_ATTN_3_VERSION="b36ad4ef767d2d5536ff8af2e3f720ae4eba731c"

0 commit comments

Comments
 (0)