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
719fa9b1
Commit
719fa9b1
authored
May 10, 2024
by
lintangsutawika
Browse files
update
parent
7350958b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+0
-2
No files found.
lm_eval/tasks/__init__.py
View file @
719fa9b1
...
@@ -144,8 +144,6 @@ class TaskManager:
...
@@ -144,8 +144,6 @@ class TaskManager:
update_config
:
Optional
[
dict
]
=
None
,
update_config
:
Optional
[
dict
]
=
None
,
)
->
Mapping
:
)
->
Mapping
:
def
load_task
(
config
,
task
):
def
load_task
(
config
,
task
):
print
(
f
"loading
{
task
}
"
,
self
.
_name_is_registered
(
task
))
print
(
config
)
if
"include"
in
config
:
if
"include"
in
config
:
config
=
{
config
=
{
**
utils
.
load_yaml_config
(
**
utils
.
load_yaml_config
(
...
...
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