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

Function debug_param2name

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

Source from the content-addressed store, hash-verified

45
46
47def debug_param2name(param):
48 if param in param_names:
49 return param_names[param]
50 else:
51 return "unknown"
52
53
54def ds_id(param):

Calls

no outgoing calls

Tested by

no test coverage detected