This commit is contained in:
Awni Hannun 2025-01-06 09:18:21 -08:00
parent f2619f507c
commit fb191d1150

View File

@ -45,7 +45,7 @@ def setup_arg_parser():
parser.add_argument(
"--extra-eos-token",
type=str,
default=None,
default=(),
nargs="+",
help="Add tokens in the list of eos tokens that stop generation.",
)