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
8c0db2ac
Commit
8c0db2ac
authored
Jul 17, 2023
by
baberabb
Browse files
fix typos
parent
80b84321
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
tests/extra/__init__.py
tests/extra/__init__.py
+0
-1
tests/test_tasks.py
tests/test_tasks.py
+1
-1
No files found.
tests/extra/__init__.py
View file @
8c0db2ac
tests/test_tasks.py
View file @
8c0db2ac
...
...
@@ -16,7 +16,7 @@ def new_tasks(any_new_tasks: bool) -> List[str]:
FILENAME
=
".github/outputs/tasks_all_changed_and_modified_files.txt"
if
any_new_tasks
and
os
.
path
.
exists
(
FILENAME
):
return
[
parser
(
load_changed_files
(
FILENAME
))]
elif
"API"
in
os
.
getenv
()
:
elif
"API"
in
os
.
getenv
:
return
[
"arc_easy"
,
"hellaswag"
,
"piqa"
,
"wikitext"
]
else
:
return
[
"arc_easy"
]
...
...
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