File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ cuda: [ 12.9.1, 12.8.1 ]
22os : [ ubuntu22.04 ]
33abi : [ 1 ]
44include :
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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cuda: [ 12.9.1, 12.8.1 ]
22os : [ ubuntu22.04 ]
33abi : [ 1 ]
44include :
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 '
Original file line number Diff line number Diff line change 22ARG BUILDER_BASE_IMAGE="nvidia/cuda:12.9.1-devel-ubuntu22.04"
33ARG 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 "
88ARG BUILD_TRANSFORMERENGINE_VERSION="2.4"
99ARG BUILD_FLASH_ATTN_VERSION="2.7.4.post1"
1010ARG BUILD_FLASH_ATTN_3_VERSION="b36ad4ef767d2d5536ff8af2e3f720ae4eba731c"
You can’t perform that action at this time.
0 commit comments