We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d000f19 commit 9e41b2cCopy full SHA for 9e41b2c
1 file changed
tests/pytest/test_pytest_async.py
@@ -32,7 +32,7 @@ async def test_pytest_async(rows: List[EvaluationRow]) -> List[EvaluationRow]:
32
],
33
34
completion_params=[{"model": "accounts/fireworks/models/kimi-k2-instruct"}],
35
- mode="all",
+ mode="pointwise",
36
)
37
async def test_pytest_async_pointwise(row: EvaluationRow) -> EvaluationRow:
38
"""Run pointwise evaluation on sample dataset using pytest interface."""
0 commit comments