Skip to content

feat(torch): Build with PyTorch v2.7.1 #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/configurations/torch-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ cuda: [ 12.9.0, 12.8.1, 12.6.3 ]
os: [ ubuntu22.04 ]
abi: [ 1 ]
include:
- torch: 2.7.0
vision: 0.22.0
audio: 2.7.0
- torch: 2.7.1
vision: 0.22.1
audio: 2.7.1
6 changes: 3 additions & 3 deletions .github/configurations/torch-nccl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cuda: [ 12.9.0, 12.8.1, 12.6.3 ]
os: [ ubuntu22.04 ]
abi: [ 1 ]
include:
- torch: 2.7.0
vision: 0.22.0
audio: 2.7.0
- torch: 2.7.1
vision: 0.22.1
audio: 2.7.1
nccl: 2.27.3-1
nccl-tests-hash: d82e3c0
6 changes: 3 additions & 3 deletions torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
ARG BUILDER_BASE_IMAGE="nvidia/cuda:12.9.0-devel-ubuntu22.04"
ARG FINAL_BASE_IMAGE="nvidia/cuda:12.9.0-base-ubuntu22.04"

ARG BUILD_TORCH_VERSION="2.7.0"
ARG BUILD_TORCH_VISION_VERSION="0.22.0"
ARG BUILD_TORCH_AUDIO_VERSION="2.7.0"
ARG BUILD_TORCH_VERSION="2.7.1"
ARG BUILD_TORCH_VISION_VERSION="0.22.1"
ARG BUILD_TORCH_AUDIO_VERSION="2.7.1"
ARG BUILD_TRANSFORMERENGINE_VERSION="1.13"
ARG BUILD_FLASH_ATTN_VERSION="2.7.4.post1"
ARG BUILD_FLASH_ATTN_3_VERSION="2.7.2.post1"
Expand Down
Loading