MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / elasticity_enabled

Method elasticity_enabled

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

Source from the content-addressed store, hash-verified

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

Callers 3

__init__Method · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected