File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
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.9.1
6- vision : 0.24.1
7- audio : 2.9.1
5+ - torch : 2.10.0
6+ vision : 0.25.0
7+ audio : 2.10.0
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.9.1
6- vision : 0.24.1
7- audio : 2.9.1
5+ - torch : 2.10.0
6+ vision : 0.25.0
7+ audio : 2.10.0
88 nccl : 2.29.2-1
9- nccl-tests-hash : ' 2ca8240 '
9+ nccl-tests-hash : ' d73ec07 '
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.1 "
6- ARG BUILD_TORCH_VISION_VERSION="0.24.1 "
7- ARG BUILD_TORCH_AUDIO_VERSION="2.9.1 "
5+ ARG BUILD_TORCH_VERSION="2.10.0 "
6+ ARG BUILD_TORCH_VISION_VERSION="0.25.0 "
7+ ARG BUILD_TORCH_AUDIO_VERSION="2.10.0 "
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