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
e3f6d1ad
"docs/vscode:/vscode.git/clone" did not exist on "a0a77d937b99a617ec0f1e0578de06a71b636f30"
Commit
e3f6d1ad
authored
Jan 20, 2024
by
lintangsutawika
Browse files
fixed typo
parent
48aefc70
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 @
e3f6d1ad
...
...
@@ -158,7 +158,7 @@ class TaskManager(abc.ABC):
task_name
=
task
[
"task"
]
if
isinstance
(
task_object
,
dict
):
all_loaded_tasks
=
{
**
task_object
,
**
self
.
ALL_TASKS
}
all_loaded_tasks
=
{
**
task_object
,
**
self
.
all_loaded_tasks
}
else
:
all_loaded_tasks
[
task_name
]
=
task_object
...
...
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