You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip big model in test to reduce memory usage in CI (#5903)
* Skip big model in test
* Let get_models_from_module func to read skipped_models from global directly instead of function param to reduce changes
* Also skip regnet_y_128gf
* Only skip test for test_classification_model and create toggle using env var
* Remove unnecessary comment
* Fix comparison of device to use str
* Add logic to test_classification_model directly
* Add kprcnn in autocast flaky list
Co-authored-by: Vasilis Vryniotis <[email protected]>
0 commit comments