diff --git a/tests/frameworks/test_huggingface.py b/tests/frameworks/test_huggingface.py index 65f1e151..8ec39373 100644 --- a/tests/frameworks/test_huggingface.py +++ b/tests/frameworks/test_huggingface.py @@ -101,6 +101,7 @@ def args(): evaluation_strategy="epoch", num_train_epochs=2, save_strategy="epoch", + report_to="none", )