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

Method zero_offload_param

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

Source from the content-addressed store, hash-verified

1126 return self._config.zero_config.offload_optimizer
1127
1128 def zero_offload_param(self):
1129 return self._config.zero_config.offload_param
1130
1131 def zero_use_cpu_optimizer(self):
1132 if self._config.zero_config.offload_optimizer is not None:

Callers 4

offload_statesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected