Skip to content

Commit

Permalink
processing class
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Oct 7, 2024
1 parent 8186e93 commit 7c7cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rloo_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_rloo_checkpoint(self):
policy=self.policy_model,
reward_model=self.reward_model,
ref_policy=self.policy_ref_model,
tokenizer=self.tokenizer,
processing_class=self.tokenizer,
train_dataset=dummy_dataset,
eval_dataset=dummy_dataset,
)
Expand Down

0 comments on commit 7c7cca3

Please sign in to comment.