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

Method random_ltd_enabled

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

Source from the content-addressed store, hash-verified

539 return self._config.data_efficiency_config[DATA_SAMPLING][CURRICULUM_LEARNING]
540
541 def random_ltd_enabled(self):
542 return self._config.data_efficiency_config[DATA_ROUTING][RANDOM_LTD][RANDOM_LTD_ENABLED]
543
544 def random_ltd_config(self):
545 return self._config.data_efficiency_config[DATA_ROUTING][RANDOM_LTD]

Callers 7

__init__Method · 0.95
random_ltd_initializeMethod · 0.95
forwardMethod · 0.95
module_state_dictMethod · 0.95
_load_checkpointMethod · 0.95
_save_moe_checkpointMethod · 0.95
_save_checkpointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected