Skip to content

Commit e81db3a

Browse files
committed
Finalize rebase.
1 parent d56ad2a commit e81db3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_pipelines_common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ def get_tiny_config_from_class(configuration_class):
8484
config = None
8585
logger.warning(f"Model tester {model_tester_class.__name__} has no `get_config()`.")
8686

87-
if hasattr(model_tester, "update_config_with_model_class"):
88-
# Some models are very specific in testing mode since the config might depend
89-
# on `model_architecture`. This is rare: PerceiverConfig only for now.
90-
config = model_tester.update_config_with_model_class(config, model_architecture)
9187
return config
9288

9389

0 commit comments

Comments
 (0)