Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXiangkun committed Sep 4, 2024
1 parent 566ab22 commit d5cd604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refchecker/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_model_batch_response(

if sagemaker_client is not None:
parameters = {
"max_length": max_new_tokens,
"max_new_tokens": max_new_tokens,
"temperature": temperature,
"num_beams": 1,
"do_sample": False,
Expand Down

0 comments on commit d5cd604

Please sign in to comment.