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
0d920e82
Unverified
Commit
0d920e82
authored
Mar 20, 2024
by
achervyakov
Committed by
GitHub
Mar 19, 2024
Browse files
fix gen_kwargs arg reading (#1607)
parent
f871646f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/__main__.py
lm_eval/__main__.py
+1
-1
No files found.
lm_eval/__main__.py
View file @
0d920e82
...
@@ -182,7 +182,7 @@ def setup_parser() -> argparse.ArgumentParser:
...
@@ -182,7 +182,7 @@ def setup_parser() -> argparse.ArgumentParser:
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--gen_kwargs"
,
"--gen_kwargs"
,
type
=
dict
,
type
=
str
,
default
=
None
,
default
=
None
,
help
=
(
help
=
(
"String arguments for model generation on greedy_until tasks,"
"String arguments for model generation on greedy_until tasks,"
...
...
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