(self)
| 898 | return self._config.checkpoint_config[CHECKPOINT_TAG_VALIDATION] == ValidationMode.FAIL |
| 899 | |
| 900 | def elasticity_enabled(self): |
| 901 | return self._config.elasticity_enabled |
| 902 | |
| 903 | def is_elastic_model_parallel_supported(self): |
| 904 | if self.elasticity_enabled(): |
no outgoing calls
no test coverage detected