Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeniukink committed Jun 27, 2024
1 parent 6f1443c commit f1ee042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/guidellm/core/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,3 +599,6 @@ def add_benchmark(self, benchmark: TextGenerationBenchmark):
"""
self._benchmarks.append(benchmark)
logger.debug(f"Added result: {benchmark}")

def to_dict(self) -> dict:
raise NotImplementedError

0 comments on commit f1ee042

Please sign in to comment.