Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
afe8bfc0
Unverified
Commit
afe8bfc0
authored
Jul 24, 2023
by
Sylvain Gugger
Browse files
Comment again print statement
parent
42571f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_modeling_common.py
tests/test_modeling_common.py
+1
-1
No files found.
tests/test_modeling_common.py
View file @
afe8bfc0
...
@@ -2708,7 +2708,7 @@ class ModelTesterMixin:
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment