This commit is contained in:
Awni Hannun 2025-01-06 10:12:07 -08:00 committed by GitHub
parent f2619f507c
commit 9183fe8b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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