MCPcopy
hub / github.com/deepspeedai/DeepSpeed / random_ltd_enabled

Method random_ltd_enabled

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

Source from the content-addressed store, hash-verified

911 return self._config.data_efficiency_config[DATA_SAMPLING][CURRICULUM_LEARNING]
912
913 def random_ltd_enabled(self):
914 return self._config.data_efficiency_config[DATA_ROUTING][RANDOM_LTD][RANDOM_LTD_ENABLED]
915
916 def random_ltd_config(self):
917 return self._config.data_efficiency_config[DATA_ROUTING][RANDOM_LTD]

Callers 7

__init__Method · 0.95
random_ltd_initializeMethod · 0.95
_forward_prologueMethod · 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