We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524ca63 commit 58d423eCopy full SHA for 58d423e
1 file changed
.github/workflows/profile.yml
@@ -112,7 +112,7 @@ jobs:
112
TP: ${{ matrix.config.tp }}
113
EP_SIZE: ${{ matrix.config.ep }}
114
DP_ATTENTION: ${{ matrix.config['dp-attn'] }}
115
- CONC: ${{ matrix.config.conc }}
+ CONC: ${{ toJson(matrix.config.conc) }}
116
CONC_JSON: ${{ toJson(matrix.config.conc) }}
117
PREFILL_NUM_WORKERS: ${{ matrix.config.prefill['num-worker'] }}
118
PREFILL_TP: ${{ matrix.config.prefill.tp }}
0 commit comments