fix renamed arg (#140)

This commit is contained in:
Daniel Strobusch
2023-12-18 19:11:51 +01:00
committed by GitHub
parent 44b546d446
commit f0e14b6341

View File

@@ -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)