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

Method elasticity_enabled

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

Source from the content-addressed store, hash-verified

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

Callers 3

__init__Method · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected