MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / elasticity_enabled

Method elasticity_enabled

deepspeed/runtime/engine.py:900–901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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():

Callers 3

__init__Method · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected