Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIS-SNU/Smart-Infinity
/ zero_optimization
Method
zero_optimization
deepspeed/runtime/engine.py:668–669 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
666
)
667
668
def
zero_optimization(self):
669
return
self._config.zero_enabled
670
671
def
zero_allow_untested_optimizer(self):
672
return
self._config.zero_allow_untested_optimizer
Callers
13
__init__
Method · 0.95
get_data_types
Method · 0.95
_configure_checkpointing
Method · 0.95
_do_optimizer_sanity_check
Method · 0.95
_configure_basic_optimizer
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
_get_zero_param_shapes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected