We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f5df9 commit 85af03dCopy full SHA for 85af03d
1 file changed
src/modelbench/cli.py
@@ -152,7 +152,7 @@ def benchmark(
152
# TODO: move this check inside the benchmark class?
153
if evaluator == "ensemble":
154
if not ensure_ensemble_annotators_loaded():
155
- print(f"Can't build benchmark for {str} {locale} {prompt_set} {evaluator}; couldn't load evaluator.")
+ print(f"Can't build benchmark for {sut_uid} {locale} {prompt_set} {evaluator}; couldn't load evaluator.")
156
exit(1)
157
158
sut = make_sut(sut_uid)
0 commit comments