mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +08:00
fix renamed arg (#140)
This commit is contained in:
parent
44b546d446
commit
f0e14b6341
@ -294,7 +294,7 @@ def few_shot_generate(args):
|
||||
mx.eval(token)
|
||||
prompt_processing = toc("Prompt processing", start)
|
||||
|
||||
if len(tokens) >= args.num_tokens:
|
||||
if len(tokens) >= args.max_tokens:
|
||||
break
|
||||
|
||||
mx.eval(tokens)
|
||||
|
Loading…
Reference in New Issue
Block a user