Skip to content

Commit

Permalink
Add back missed deleted GELU_QUICK type. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
yichunk authored Jun 11, 2024
1 parent 913831c commit c84db1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_edge_torch/generative/layers/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class ActivationType(enum.Enum):
SILU = enum.auto()
GELU = enum.auto()
GELU_TANH = enum.auto()
GELU_QUICK = enum.auto()
GE_GLU = enum.auto()
RELU = enum.auto()

Expand Down

0 comments on commit c84db1c

Please sign in to comment.