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
69a82648
Commit
69a82648
authored
Aug 26, 2024
by
Baber
Browse files
fixup! better error handling
parent
13a3f1d6
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 @
69a82648
...
@@ -265,7 +265,7 @@ class TaskManager:
...
@@ -265,7 +265,7 @@ class TaskManager:
),
),
**
config
,
**
config
,
}
}
if
"output_
type
"
in
config
:
if
"output_
path
"
in
config
:
task_object
=
JudgeTask
(
task_object
=
JudgeTask
(
config
=
config
,
output_path
=
config
.
get
(
"output_path"
,
None
)
config
=
config
,
output_path
=
config
.
get
(
"output_path"
,
None
)
)
)
...
...
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