mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-18 00:11:14 +08:00
Update llms/mlx_lm/chat.py
This commit is contained in:
parent
5a4252f290
commit
421b0219a9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user