Skip to content

Commit

Permalink
Finalize rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Dec 13, 2021
1 parent d56ad2a commit e81db3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_pipelines_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ def get_tiny_config_from_class(configuration_class):
config = None
logger.warning(f"Model tester {model_tester_class.__name__} has no `get_config()`.")

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


Expand Down

0 comments on commit e81db3a

Please sign in to comment.