fix renamed arg (#140)

This commit is contained in:
Daniel Strobusch 2023-12-18 19:11:51 +01:00 committed by GitHub
parent 17d2efaebe
commit ca5a8ec273

View File

@ -294,7 +294,7 @@ def few_shot_generate(args):
mx.eval(token) mx.eval(token)
prompt_processing = toc("Prompt processing", start) prompt_processing = toc("Prompt processing", start)
if len(tokens) >= args.num_tokens: if len(tokens) >= args.max_tokens:
break break
mx.eval(tokens) mx.eval(tokens)