Skip to content

Commit

Permalink
Revert a change in an unrelated file!
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanehSaadat committed May 23, 2024
1 parent ce4fb0a commit d8d38d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_nlp/src/models/phi3/phi3_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(
self.kernel_initializer = keras.initializers.get(kernel_initializer)

def build(self, decoder_sequence_shape):

# Pre-attention layernorm.
self.pre_attention_layernorm = Phi3LayerNorm(
epsilon=self.layer_norm_epsilon,
Expand Down

0 comments on commit d8d38d6

Please sign in to comment.