Skip to content

Commit

Permalink
[CI] Temporarily increase test tolerances (vllm-project#392)
Browse files Browse the repository at this point in the history
This PR raises the allowed relative tolerance in GSM8K to 0.06, and
moves Llama-70B test to 4xG2 from 2xG2 until memory usage is
investigated (success run: vLLM-CI-Pipeline/206)
  • Loading branch information
kzawora-intel authored Oct 15, 2024
1 parent 55dd07e commit 401f5ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jenkins/lm-eval-harness/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import vllm

RTOL = 0.05
RTOL = 0.06
TEST_DATA_FILE = os.environ.get(
"LM_EVAL_TEST_DATA_FILE",
".jenkins/lm-eval-harness/configs/Meta-Llama-3-8B-Instruct.yaml")
Expand Down
6 changes: 3 additions & 3 deletions .jenkins/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ stages:
- name: gsm8k_large_g3_tp2
flavor: g3.s
command: cd .jenkins/lm-eval-harness && bash run-tests.sh -c configs/models-large.txt -t 2
- name: gsm8k_large_g2_tp2
flavor: g2.s
command: cd .jenkins/lm-eval-harness && bash run-tests.sh -c configs/models-large.txt -t 2
- name: gsm8k_large_g2_tp4
flavor: g2.m
command: cd .jenkins/lm-eval-harness && bash run-tests.sh -c configs/models-large.txt -t 4

0 comments on commit 401f5ae

Please sign in to comment.