Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Oct 10, 2023
1 parent 12feafc commit 67fa77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def main():

if score_args.num_improve_steps > 4:
warnings.warn(
"Overiding the number of improve steps from {score_args.improve_steps} to 4 as the filtering strategy used in this script do not work for more than 4 improve_steps"
"Overriding the number of improve steps from {score_args.improve_steps} to 4 as the filtering strategy used in this script does not work for more than 4 improve_steps"
)

# load policy and reward model
Expand Down

0 comments on commit 67fa77d

Please sign in to comment.