Update llms/mlx_lm/chat.py

This commit is contained in:
Awni Hannun 2025-03-06 06:45:52 -08:00 committed by GitHub
parent 5a4252f290
commit 421b0219a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,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(
"--max-kv-size", "--max-kv-size",