Skip to content

Commit

Permalink
add doc and typing to registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHB committed Jan 30, 2024
1 parent d34ae2f commit 8b36fe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lighteval/tasks/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@


class Registry:
"""
The Registry class is used to manage the task registry and get task classes.
"""

def __init__(self, cache_dir: str):
"""
Initialize the Registry class.
Expand Down

0 comments on commit 8b36fe0

Please sign in to comment.