MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / debug_param2name

Function debug_param2name

deepspeed/utils/debug.py:38–42  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

36
37
38def debug_param2name(param):
39 if param in param_names:
40 return param_names[param]
41 else:
42 return "unknown"
43
44
45def debug_param2name_id(param):

Callers 5

debug_param2name_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected