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

Method data_efficiency_config

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

Source from the content-addressed store, hash-verified

954 return self._config.data_efficiency_enabled
955
956 def data_efficiency_config(self):
957 return self._config.data_efficiency_config
958
959 def data_sampling_enabled(self):
960 return self._config.data_efficiency_config[DATA_SAMPLING][DATA_SAMPLING_ENABLED]

Callers 1

deepspeed_ioMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected