Commit fde2a1d5 authored by lintangsutawika's avatar lintangsutawika
Browse files

update on args

parent 470059f6
...@@ -106,19 +106,16 @@ def parse_eval_args() -> argparse.Namespace: ...@@ -106,19 +106,16 @@ def parse_eval_args() -> argparse.Namespace:
help="Additional path to include if there are external tasks to include.", help="Additional path to include if there are external tasks to include.",
) )
parser.add_argument( parser.add_argument(
<<<<<<< HEAD:main.py
"--gen_kwargs", "--gen_kwargs",
default="", default="",
help=( help=(
"String arguments for model generation on greedy_until tasks," "String arguments for model generation on greedy_until tasks,"
" e.g. `temperature=0,top_k=0,top_p=0`" " e.g. `temperature=0,top_k=0,top_p=0`"
) )
=======
"--verbosity", "--verbosity",
type=str, type=str,
default="INFO", default="INFO",
help="Log error when tasks are not registered.", help="Log error when tasks are not registered.",
>>>>>>> 9d030712672ad7893c3d112b91ee13aa94df320b:lm_eval/__main__.py
) )
return parser.parse_args() return parser.parse_args()
......
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