MCPcopy Index your code
hub / github.com/OpenMOSS/MOSS / __init__

Method __init__

models/modeling_moss.py:304–305  ·  view source on GitHub ↗
(self, *inputs, **kwargs)

Source from the content-addressed store, hash-verified

302 _no_split_modules = ["MossBlock"]
303
304 def __init__(self, *inputs, **kwargs):
305 super().__init__(*inputs, **kwargs)
306
307 def _init_weights(self, module):
308 """Initialize the weights."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected