Skip to content

Add more evaluation args #4155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
Yunnglin committed May 9, 2025
commit 54ea774cf842fa1c73825350c0de4a3d222810cc
4 changes: 2 additions & 2 deletions tests/eval/test_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def test_eval_native():
extra_eval_args={
'stream': True,
'ignore_errors': True
},
))
},
))


def test_eval_llm():
Expand Down