Skip to content

Commit 791d0b1

Browse files
Update
1 parent f96d700 commit 791d0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/models/deepseek.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def engram_op(self, x, decoder_input_tokens):
309309

310310

311311
class DeepSeekDenseLayer(DeepSeekGenericLayer):
312-
"""DeepSeek-style dense layer with Multi-Head Latent Attention"""
312+
"""DeepSeek-style dense layer with Multi-Head Latent Attention."""
313313

314314
def __init__(
315315
self,

0 commit comments

Comments
 (0)