"scripts/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "c7bfdb1cca2c411fc9e9c8ca87847f52c29ba31c"
Unverified Commit afe8bfc0 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Comment again print statement

parent 42571f6e
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment