Skip to content

Commit 3db0d40

Browse files
committed
check
1 parent a63032b commit 3db0d40

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/models/vit/test_modeling_vit.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,20 @@ def prepare_config_and_inputs_for_common(self):
181181
return config, inputs_dict
182182

183183

184+
a = 1
185+
186+
187+
188+
189+
190+
b=3
191+
192+
193+
c=4
194+
195+
196+
197+
184198
@require_torch
185199
class ViTModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
186200
"""

0 commit comments

Comments
 (0)