Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjxu committed Nov 2, 2024
1 parent a919d95 commit f542292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/benchmark/run_specs/lite_run_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def get_ifeval_spec() -> RunSpec:
metric_specs = [MetricSpec(class_name="helm.benchmark.metrics.ifeval_metrics.IFEvalMetric")]

return RunSpec(
name=f"ifeval",
name="ifeval",
scenario_spec=scenario_spec,
adapter_spec=adapter_spec,
metric_specs=metric_specs,
Expand Down

0 comments on commit f542292

Please sign in to comment.