There was an error while loading. Please reload this page.
1 parent c6bc26b commit c5214abCopy full SHA for c5214ab
1 file changed
tests/test_training_loop.py
@@ -70,6 +70,7 @@ def test_minimal_training_loop(tmp_path):
70
remove_unused_columns=False,
71
metric_for_best_model="mse",
72
load_best_model_at_end=True,
73
+ report_to=[],
74
)
75
# Ensure Trainer recognizes label column name for evaluation
76
targs.label_names = ["labels"]
0 commit comments