mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
Update llms/mlx_lm/generate.py
This commit is contained in:
parent
421b0219a9
commit
bc2fcec230
@ -91,7 +91,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(
|
||||
"--ignore-chat-template",
|
||||
|
Loading…
Reference in New Issue
Block a user