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 db120b9 commit f4d9d20Copy full SHA for f4d9d20
tests/test_modeling_common.py
@@ -4954,6 +4954,8 @@ def test_bc_torch_dtype(self):
4954
"""
4955
config, _ = self.model_tester.prepare_config_and_inputs_for_common()
4956
for model_class in self.all_model_classes:
4957
+ if "TimmBackbone" in model_class.__name__:
4958
+ self.skipTest("TimmBackbone should not run this test")
4959
# First check that it works correctly
4960
model = model_class(copy.deepcopy(config))
4961
with tempfile.TemporaryDirectory() as tmpdirname:
0 commit comments