Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ debug_clear_module_and_param_names
Function
debug_clear_module_and_param_names
deepspeed/utils/debug.py:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
debug_clear_module_and_param_names():
17
global module_names
18
global param_names
19
module_names = {}
20
param_names = {}
21
22
23
def
debug_extract_module_and_param_names(model):
Callers
1
destroy
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected