MCPcopy Create free account
hub / github.com/MuLabPKU/TransArch / __init__

Method __init__

GQLA_preprint/src/modeling.py:33–35  ·  view source on GitHub ↗
(self, config: Glm4MoeLiteConfig, layer_idx: int)

Source from the content-addressed store, hash-verified

31
32class Glm4MoeLiteGQLADecoderLayer(Glm4MoeLiteDecoderLayer):
33 def __init__(self, config: Glm4MoeLiteConfig, layer_idx: int):
34 super().__init__(config, layer_idx)
35 self.self_attn = Glm4MoeLiteGQLAAttention(config, layer_idx)
36
37
38class Glm4MoeLiteGQLAModel(Glm4MoeLiteModel):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected