Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 13, 2024
1 parent a0742e8 commit a0bc6ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weave/flow/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ async def summarize(self, eval_table: EvaluationResults) -> dict:
async def get_eval_results(
self, model: Union[Callable, Model]
) -> EvaluationResults:
from weave.flow.scorer import get_scorer_attributes

if not is_valid_model(model):
raise ValueError(INVALID_MODEL_ERROR)
eval_rows = []
Expand Down

0 comments on commit a0bc6ad

Please sign in to comment.