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

Method random_ltd_enabled

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

Source from the content-addressed store, hash-verified

1023 return self._config.data_efficiency_config[DATA_SAMPLING][CURRICULUM_LEARNING]
1024
1025 def random_ltd_enabled(self):
1026 return self._config.data_efficiency_config[DATA_ROUTING][RANDOM_LTD][RANDOM_LTD_ENABLED]
1027
1028 def random_ltd_config(self):
1029 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

Calls

no outgoing calls

Tested by

no test coverage detected