Skip to content

Commit

Permalink
.ci/aws: Bump NCCL Version to v2.22.3-1
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Zegelstein <[email protected]>
  • Loading branch information
a-szegel committed Aug 7, 2024
1 parent 20150d5 commit 58c929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pipeline {
script {
def stages = [:]

def nccl_version = "--test-nccl-version v2.20.5-1"
def nccl_version = "--test-nccl-version v2.22.3-1"
def timeout = "--timeout 120"
def cluster_type = "--cluster-type manual_cluster"
def test_target = "--test-target aws-ofi-nccl"
Expand Down

0 comments on commit 58c929d

Please sign in to comment.