Comment again print statement

This commit is contained in:
Sylvain Gugger
2023-07-24 10:12:20 -04:00
parent 42571f6eb8
commit afe8bfc075

View File

@@ -2708,7 +2708,7 @@ class ModelTesterMixin:
def test_model_is_small(self): def test_model_is_small(self):
# Just a consistency check to make sure we are not running tests on 80M parameter models. # 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() config, _ = self.model_tester.prepare_config_and_inputs_for_common()
print(config) # print(config)
for model_class in self.all_model_classes: for model_class in self.all_model_classes:
model = model_class(config) model = model_class(config)