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
512412e0
Commit
512412e0
authored
Jan 23, 2024
by
lintangsutawika
Browse files
remove print lines
parent
e7231e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+0
-4
No files found.
lm_eval/tasks/__init__.py
View file @
512412e0
...
@@ -204,10 +204,6 @@ class TaskManager(abc.ABC):
...
@@ -204,10 +204,6 @@ class TaskManager(abc.ABC):
"yaml_path"
:
yaml_path
,
"yaml_path"
:
yaml_path
,
}
}
elif
set
(
config
.
keys
())
<=
set
(
GROUP_KEYS
):
elif
set
(
config
.
keys
())
<=
set
(
GROUP_KEYS
):
print
(
"###"
)
print
(
config
[
"group"
])
print
(
config
)
print
(
"###"
)
# This is a group config
# This is a group config
tasks_and_groups
[
config
[
"group"
]]
=
{
tasks_and_groups
[
config
[
"group"
]]
=
{
"type"
:
"group"
,
"type"
:
"group"
,
...
...
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