Skip to content

Commit

Permalink
Merge pull request #574 from kocchop:default_model_config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622913285
  • Loading branch information
maxtext authors committed Apr 8, 2024
2 parents 5deb01a + c3aaf39 commit 7482d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaxText/layers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __call__(self,
dropout_rate=cfg.dropout_rate,
name='self_attention',
quant=self.quant,
quantize_kvcache=self.quantize_kvcache)
quantize_kvcache=cfg.quantize_kvcache)


attention_lnx = attention_layer(
Expand Down

0 comments on commit 7482d6a

Please sign in to comment.