Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ zero_optimization
Method
zero_optimization
deepspeed/runtime/engine.py:1110–1111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1108
)
1109
1110
def
zero_optimization(self):
1111
return
self._config.zero_enabled
1112
1113
def
zero_allow_untested_optimizer(self):
1114
return
self._config.zero_allow_untested_optimizer
Callers
11
__init__
Method · 0.95
_do_optimizer_sanity_check
Method · 0.95
_configure_basic_optimizer
Method · 0.95
_backward_prologue
Method · 0.95
backward
Method · 0.95
_take_model_step
Method · 0.95
load_checkpoint
Method · 0.95
_load_checkpoint
Method · 0.95
_save_moe_checkpoint
Method · 0.95
_save_checkpoint
Method · 0.95
_save_zero_checkpoint
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected