Skip to content

Commit 28f9086

Browse files
committed
Fix after merge
1 parent 73bd64f commit 28f9086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gguf-py/gguf/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,7 @@ class MODEL_TENSOR(IntEnum):
27252725
MODEL_TENSOR.FFN_GATE,
27262726
MODEL_TENSOR.FFN_DOWN,
27272727
MODEL_TENSOR.FFN_UP,
2728+
],
27282729
MODEL_ARCH.LLADA_MOE: [
27292730
MODEL_TENSOR.TOKEN_EMBD,
27302731
MODEL_TENSOR.OUTPUT_NORM,

0 commit comments

Comments
 (0)