MCPcopy Create free account
hub / github.com/Standard-Intelligence/hertz-dev / __init__

Method __init__

transformer.py:137–138  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

135
136class Linear(nn.Linear):
137 def __init__(self, *args, **kwargs):
138 super().__init__(*args, **kwargs, bias=False)
139
140class Norm(nn.Module):
141 def __init__(self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected