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
5a3a9573
Commit
5a3a9573
authored
May 10, 2024
by
lintangsutawika
Browse files
fix bug
parent
5c289f97
Changes
1
Hide 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 @
5a3a9573
...
@@ -268,8 +268,6 @@ class TaskManager:
...
@@ -268,8 +268,6 @@ class TaskManager:
all_loaded_tasks
=
dict
(
all_loaded_tasks
=
dict
(
collections
.
ChainMap
(
*
map
(
self
.
_load_individual_task_or_group
,
task_list
))
collections
.
ChainMap
(
*
map
(
self
.
_load_individual_task_or_group
,
task_list
))
)
)
print
(
all_loaded_tasks
)
import
sys
;
sys
.
exit
()
return
all_loaded_tasks
return
all_loaded_tasks
def
load_config
(
self
,
config
:
Dict
):
def
load_config
(
self
,
config
:
Dict
):
...
...
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