Skip to content

Commit

Permalink
Add newest math model into daily testcase (InternLM#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Jun 11, 2024
1 parent 3be5894 commit b91949b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_hf_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ class TestMath:

@pytest.mark.parametrize(
'model_name',
['internlm/internlm2-math-7b', 'internlm/internlm2-math-base-7b'],
['internlm/internlm2-math-7b', 'internlm/internlm2-math-base-7b',
'internlm/internlm2-math-plus-1_8b', 'internlm/internlm2-math-plus-7b'
],
)
@pytest.mark.parametrize(
'usefast',
Expand Down

0 comments on commit b91949b

Please sign in to comment.