Skip to content

Commit 970808c

Browse files
committed
Fix test_prompt_filtering which got broken after a rebase.
1 parent cf051eb commit 970808c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/post_training/unit/train_rl_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def get_dataset_side_effect(model_tokenizer, config, data_dir, split, data_files
331331
train_fraction=1.0,
332332
num_epoch=1,
333333
num_test_batches=1,
334+
test_batch_start_index=0,
334335
)
335336

336337
# Patch everything!

0 commit comments

Comments
 (0)