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 d56ad2a commit e81db3aCopy full SHA for e81db3a
tests/test_pipelines_common.py
@@ -84,10 +84,6 @@ def get_tiny_config_from_class(configuration_class):
84
config = None
85
logger.warning(f"Model tester {model_tester_class.__name__} has no `get_config()`.")
86
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)
91
return config
92
93
0 commit comments