Unverified Commit 0d920e82 authored by achervyakov's avatar achervyakov Committed by GitHub
Browse files

fix gen_kwargs arg reading (#1607)

parent f871646f
......@@ -182,7 +182,7 @@ def setup_parser() -> argparse.ArgumentParser:
)
parser.add_argument(
"--gen_kwargs",
type=dict,
type=str,
default=None,
help=(
"String arguments for model generation on greedy_until tasks,"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment