We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5059e7 commit 3db6a88Copy full SHA for 3db6a88
tests/test_modeling_common.py
@@ -4931,6 +4931,8 @@ def test_bc_torch_dtype(self):
4931
"""
4932
config, _ = self.model_tester.prepare_config_and_inputs_for_common()
4933
for model_class in self.all_model_classes:
4934
+ if "TimmBackbone" in model_class.__name__:
4935
+ self.skipTest("TimmBackbone should not run this test")
4936
# First check that it works correctly
4937
model = model_class(copy.deepcopy(config))
4938
with tempfile.TemporaryDirectory() as tmpdirname:
0 commit comments