diff --git a/.github/workflows/llm-ppl-evaluation.yml b/.github/workflows/llm-ppl-evaluation.yml index ceb53f8b378..faf24ea3607 100644 --- a/.github/workflows/llm-ppl-evaluation.yml +++ b/.github/workflows/llm-ppl-evaluation.yml @@ -71,7 +71,7 @@ jobs: if: ${{github.event_name == 'pull_request'}} env: PR_MATRIX_SEQ_LEN: '["512"]' - PR_MATRIX_MODEL_NAME: '["Llama-2-7b-chat-hf", "chatglm3-6b", "chatglm3-6b", "Baichuan2-7B-Chat","mpt-7b-chat"]' + PR_MATRIX_MODEL_NAME: '["Llama-2-7b-chat-hf", "chatglm3-6b", "chatglm2-6b", "Baichuan2-7B-Chat","mpt-7b-chat"]' PR_MATRIX_PRECISION: '["sym_int4"]' PR_LABELS: '["self-hosted", "llm", "temp-arc01"]' run: |