Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
5c775098
Commit
5c775098
authored
Jan 17, 2025
by
Baber
Browse files
nit
parent
898e0ace
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+1
-1
No files found.
lm_eval/tasks/__init__.py
View file @
5c775098
...
...
@@ -427,7 +427,7 @@ class TaskManager:
)
return
all_loaded_tasks
def
load_config
(
self
,
config
:
Dict
,
metadata
=
None
|
dict
):
def
load_config
(
self
,
config
:
Dict
,
metadata
=
Optional
[
dict
]
):
return
self
.
_load_individual_task_or_group
(
config
,
metadata
=
metadata
)
def
_get_task_and_group
(
self
,
task_dir
:
str
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment