Skip to content

Commit 97acc5e

Browse files
authored
Update transformer-engine-ci.yml
1 parent db5aea6 commit 97acc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transformer-engine-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
# Dynamically generate job name, log name, and the test script from the matrix
126126
env:
127127
TEST_NAME: ${{ matrix.framework }} (${{ matrix.gpu_mode }})
128-
LOG_NAME: ${{ lower(matrix.framework) }}_${{ matrix.gpu_mode == 'Single-GPU' && 'sgpu' || 'mgpu' }}
128+
LOG_NAME: ${{ toLower(matrix.framework) }}_${{ matrix.gpu_mode == 'Single-GPU' && 'sgpu' || 'mgpu' }}
129129
TEST_LEVEL: ${{ github.event.inputs.test_level || (github.ref_name == 'dev' && '3' || '1') }}
130130
TEST_SGPU: ${{ contains(matrix.gpu_mode, 'Single-GPU') }}
131131
TEST_MGPU: ${{ contains(matrix.gpu_mode, 'Multi-GPU') }}

0 commit comments

Comments
 (0)