Skip to content

Commit

Permalink
update batch infer.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Oct 23, 2023
1 parent 12c39e0 commit f995240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def main():
tokenizer,
prompt_template,
device,
eval_batch_size=args.eval_batch_size,
max_new_tokens=args.max_new_tokens,
temperature=args.temperature,
repetition_penalty=args.repetition_penalty,
Expand Down

0 comments on commit f995240

Please sign in to comment.