(self)
| 468 | return self._config.checkpoint_tag_validation_fail |
| 469 | |
| 470 | def elasticity_enabled(self): |
| 471 | return self._config.elasticity_enabled |
| 472 | |
| 473 | def is_elastic_model_parallel_supported(self): |
| 474 | if self.elasticity_enabled(): |
no outgoing calls
no test coverage detected