Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
clefourrier committed Feb 28, 2024
1 parent ddc741f commit 983e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@ from lighteval.metrics import Metrics

```python
# Adds the metric to the metric list!
extend_enum(Metrics, "ifeval_metric", ifeval_metrics)
extend_enum(Metrics, "metric_name", metric_function)
if __name__ == "__main__":
print("Imported metric")
```

0 comments on commit 983e8d1

Please sign in to comment.