Skip to content

Commit

Permalink
Fix RotaryEmbedding import (#1217)
Browse files Browse the repository at this point in the history
* fix import

* format
  • Loading branch information
shivance authored Aug 23, 2023
1 parent 2d187c1 commit 66572eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_nlp/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from keras_nlp.layers.modeling.f_net_encoder import FNetEncoder
from keras_nlp.layers.modeling.masked_lm_head import MaskedLMHead
from keras_nlp.layers.modeling.position_embedding import PositionEmbedding
from keras_nlp.layers.modeling.rotary_embedding import RotaryEmbedding
from keras_nlp.layers.modeling.sine_position_encoding import (
SinePositionEncoding,
)
Expand Down

0 comments on commit 66572eb

Please sign in to comment.