mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-08 01:54:34 +08:00
fix renamed arg (#140)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user