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 6a11a72 commit 32e874eCopy full SHA for 32e874e
pharia_studio_sdk/evaluation/benchmark/studio_benchmark.py
@@ -171,7 +171,7 @@ def average_or_zero(list: list) -> float:
171
eval_failed_count=evaluation_overview.failed_evaluation_count,
172
aggregation_start=aggregation_overview.start,
173
aggregation_end=aggregation_overview.end,
174
- statistics=aggregation_overview.statistics.model_dump_json(),
+ statistics=aggregation_overview.statistics.model_dump(),
175
)
176
177
benchmark_execution_id = self.client.submit_benchmark_execution(
0 commit comments