Skip to content

Commit c5214ab

Browse files
committed
test: disable external reporters in minimal training loop
1 parent c6bc26b commit c5214ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_training_loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_minimal_training_loop(tmp_path):
7070
remove_unused_columns=False,
7171
metric_for_best_model="mse",
7272
load_best_model_at_end=True,
73+
report_to=[],
7374
)
7475
# Ensure Trainer recognizes label column name for evaluation
7576
targs.label_names = ["labels"]

0 commit comments

Comments
 (0)