From afe8bfc0751000a2483eaa403b7bd7de020a9e80 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 24 Jul 2023 10:12:20 -0400 Subject: [PATCH] Comment again print statement --- tests/test_modeling_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_modeling_common.py b/tests/test_modeling_common.py index a394723e53..0d5080ec5a 100755 --- a/tests/test_modeling_common.py +++ b/tests/test_modeling_common.py @@ -2708,7 +2708,7 @@ class ModelTesterMixin: def test_model_is_small(self): # Just a consistency check to make sure we are not running tests on 80M parameter models. config, _ = self.model_tester.prepare_config_and_inputs_for_common() - print(config) + # print(config) for model_class in self.all_model_classes: model = model_class(config)