Skip to content

Commit 08ad69b

Browse files
committed
ups
1 parent 75f2bd4 commit 08ad69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_modeling_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ def test_num_layers_is_small(self):
689689
"BeitModelTest": 4, # BeitForSemanticSegmentation requires config.out_indices to be a list of 4 integers
690690
"ZambaModelTest": 5, # The minimum number to test beyond the initial ["mamba", "mamba", "hybrid"] in `ZambaConfig._layers_block_type`
691691
}
692-
import pdb;pdb.set_trace()
693692
target_num_hidden_layers = exceptional_num_hidden_layers.get(type(self).__name__, 2)
694693

695694
if hasattr(self.model_tester, "num_hidden_layers") and isinstance(self.model_tester.num_hidden_layers, int):

0 commit comments

Comments
 (0)