From 2c75b5b981562f9b587623f575a58b31bf02c2b8 Mon Sep 17 00:00:00 2001 From: pengyb2001 <284261055@qq.com> Date: Tue, 6 Feb 2024 13:51:57 +0800 Subject: [PATCH] remove mistral in pr job --- .github/workflows/llm-harness-evaluation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index 151b01ba..59f588db 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -65,7 +65,7 @@ jobs: - name: set-pr-env if: ${{github.event_name == 'pull_request'}} env: - PR_MATRIX_MODEL_NAME: '["Mistral-7B-v0.1", "Llama2-7b-guanaco-dolphin-500"]' + PR_MATRIX_MODEL_NAME: '["Llama2-7b-guanaco-dolphin-500"]' PR_MATRIX_TASK: '["truthfulqa"]' PR_MATRIX_PRECISION: '["fp8"]' PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'