Skip to content

Commit 10a5980

Browse files
Update src/transformers/models/jais2/modular_jais2.py
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com>
1 parent 4ebb7a9 commit 10a5980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transformers/models/jais2/modular_jais2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def __init__(self, config: Jais2Config, layer_idx: int):
169169
super().__init__(config, layer_idx)
170170
self.input_layernorm = nn.LayerNorm(config.hidden_size, eps=config.layer_norm_eps)
171171
self.post_attention_layernorm = nn.LayerNorm(config.hidden_size, eps=config.layer_norm_eps)
172-
self.mlp = Jais2MLP(config)
173172

174173

175174
class Jais2PreTrainedModel(LlamaPreTrainedModel):

0 commit comments

Comments
 (0)