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

Method autotuning_enabled

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

Source from the content-addressed store, hash-verified

1094 return self._config.memory_breakdown
1095
1096 def autotuning_enabled(self):
1097 return self._config.autotuning_config.enabled
1098
1099 def autotuning_start_profile_step(self):
1100 return self._config.autotuning_config.start_profile_step

Callers 3

stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected