Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier committed Jul 4, 2024
1 parent 4410c23 commit c93a2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lighteval/tasks/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ def create_config_tasks(
Create configuration tasks based on the provided meta_table.
Args:
meta_table (Optional[Dataset]): meta_table containing task
meta_table: meta_table containing task
configurations. If not provided, it will be loaded from TABLE_PATH.
cache_dir (Optional[str]): Directory to store cached data. If not
cache_dir: Directory to store cached data. If not
provided, the default cache directory will be used.
Returns:
Expand Down

0 comments on commit c93a2fa

Please sign in to comment.