mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
remove prints, cleanup braintrust in this branch
This commit is contained in:
parent
9b410a87bf
commit
91e5ad18b0
6 changed files with 45 additions and 33 deletions
|
@ -77,7 +77,6 @@ async def test_eval(eval_settings):
|
|||
|
||||
eval_response = await eval_impl.job_result(response.job_id)
|
||||
|
||||
print(eval_response)
|
||||
assert eval_response is not None
|
||||
assert len(eval_response.generations) == 5
|
||||
assert "meta-reference::subset_of" in eval_response.scores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue