Update llms/mlx_lm/generate.py

This commit is contained in:
Awni Hannun
2025-03-06 06:45:59 -08:00
committed by GitHub
parent 421b0219a9
commit bc2fcec230

View File

@@ -91,7 +91,7 @@ def setup_arg_parser():
"--seed", "--seed",
type=int, type=int,
default=DEFAULT_SEED, default=DEFAULT_SEED,
help="PRNG seed (default: use MLX's time-based RNG)", help="PRNG seed",
) )
parser.add_argument( parser.add_argument(
"--ignore-chat-template", "--ignore-chat-template",