MCPcopy Create free account
hub / github.com/FreedomIntelligence/CMB / __init__

Method __init__

workers/modeling_chatglm_med.py:707–708  ·  view source on GitHub ↗
(self, *inputs, **kwargs)

Source from the content-addressed store, hash-verified

705 _no_split_modules = ["GLM6BBlock"]
706
707 def __init__(self, *inputs, **kwargs):
708 super().__init__(*inputs, **kwargs)
709
710 def _init_weights(self, module):
711 return

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected