Skip to content

Commit

Permalink
Fix typos in the pipeline (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: Binyang Li <[email protected]>
  • Loading branch information
chhwang and Binyang2014 authored Jan 2, 2025
1 parent 3e7801b commit dff2190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/nccl-api-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: Bash@3
name: RunNcclAllreduceTest
displayName: Run NCCL Allreduce Test
name: RunNcclAllReduceTest
displayName: Run NCCL AllReduce Test
inputs:
targetType: 'inline'
script: |
Expand All @@ -159,8 +159,8 @@ jobs:
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: Bash@3
name: RunNcclGatherTest
displayName: Run NCCL Allreduce Test
name: RunNcclAllGatherTest
displayName: Run NCCL AllGather Test
inputs:
targetType: 'inline'
script: |
Expand Down

0 comments on commit dff2190

Please sign in to comment.