remove mistral in pr job
This commit is contained in:
parent
5edefe7d8e
commit
2c75b5b981
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-harness-evaluation.yml
vendored
2
.github/workflows/llm-harness-evaluation.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- name: set-pr-env
|
- name: set-pr-env
|
||||||
if: ${{github.event_name == 'pull_request'}}
|
if: ${{github.event_name == 'pull_request'}}
|
||||||
env:
|
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_TASK: '["truthfulqa"]'
|
||||||
PR_MATRIX_PRECISION: '["fp8"]'
|
PR_MATRIX_PRECISION: '["fp8"]'
|
||||||
PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'
|
PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue