File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ cuda: [ 13.0.1 ]
22os : [ ubuntu22.04 ]
33abi : [ 1 ]
44include :
5- - torch : 2.9.0
6- vision : 0.24.0
7- audio : 2.9.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: [ 13.0.1 ]
22os : [ ubuntu22.04 ]
33abi : [ 1 ]
44include :
5- - torch : 2.9.0
6- vision : 0.24.0
7- audio : 2.9.0
5+ - torch : 2.9.1
6+ vision : 0.24.1
7+ audio : 2.9.1
88 nccl : 2.28.7-1
99 nccl-tests-hash : ' d70ae26'
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.9.0 "
6- ARG BUILD_TORCH_VISION_VERSION="0.24.0 "
7- ARG BUILD_TORCH_AUDIO_VERSION="2.9.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="b10f436aa28ec8d885eb0d9bf134c320ffb6353d"
99ARG BUILD_FLASH_ATTN_VERSION="2.7.4.post1"
1010ARG BUILD_FLASH_ATTN_3_VERSION="1ceaa984b2f348caea18b39a98458d33b4ea7a09"
You can’t perform that action at this time.
0 commit comments