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

View File

@@ -40,7 +40,7 @@ def setup_arg_parser():
"--seed",
type=int,
default=DEFAULT_SEED,
help="PRNG seed (default: use MLX's time-based RNG)",
help="PRNG seed",
)
parser.add_argument(
"--max-kv-size",