Skip to content

Commit

Permalink
Update tests/test_orpo_trainer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Gallouédec <[email protected]>
  • Loading branch information
kashif and qgallouedec authored Dec 15, 2024
1 parent b480fff commit 44aa20c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_orpo_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ def test_orpo_trainer_with_liger(self):
with tempfile.TemporaryDirectory() as tmp_dir:
training_args = ORPOConfig(
output_dir=tmp_dir,
per_device_train_batch_size=2,
max_steps=3,
remove_unused_columns=False,
gradient_accumulation_steps=1,
learning_rate=9e-1,
eval_strategy="steps",
logging_steps=1,
beta=0.1,
report_to="none",
use_liger_loss=True, # Enable Liger loss
)
Expand Down

0 comments on commit 44aa20c

Please sign in to comment.