(self)
| 952 | return self._config.checkpoint_config[CHECKPOINT_TAG_VALIDATION] == ValidationMode.FAIL |
| 953 | |
| 954 | def elasticity_enabled(self): |
| 955 | return self._config.elasticity_enabled |
| 956 | |
| 957 | def is_elastic_model_parallel_supported(self): |
| 958 | if self.elasticity_enabled(): |
no outgoing calls
no test coverage detected