Skip to content

Commit 3ef0aa1

Browse files
authored
Merge pull request #106 from coreweave/es/torch-2.8.0
feat(torch): Build with PyTorch v2.8.0
2 parents 8552fbc + feb3305 commit 3ef0aa1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/configurations/torch-base.yml

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

.github/configurations/torch-nccl.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cuda: [ 12.9.1, 12.8.1, 12.6.3 ]
1+
cuda: [ 12.9.1, 12.8.1 ]
22
os: [ ubuntu22.04 ]
33
abi: [ 1 ]
44
include:
5-
- torch: 2.7.1
6-
vision: 0.22.1
7-
audio: 2.7.1
8-
nccl: 2.27.6-1
9-
nccl-tests-hash: '7c12c62'
5+
- torch: 2.8.0
6+
vision: 0.23.0
7+
audio: 2.8.0
8+
nccl: 2.27.7-1
9+
nccl-tests-hash: '13b2c72'

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.7.1"
6-
ARG BUILD_TORCH_VISION_VERSION="0.22.1"
7-
ARG BUILD_TORCH_AUDIO_VERSION="2.7.1"
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"
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)