Skip to content

Commit 6e13df8

Browse files
committed
remove comments
1 parent 43c6795 commit 6e13df8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gguf-py/gguf/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,6 @@ class MODEL_TENSOR(IntEnum):
11431143
MODEL_TENSOR.FFN_DOWN_EXP,
11441144
MODEL_TENSOR.FFN_UP_EXP,
11451145
],
1146-
###############
11471146
MODEL_ARCH.DEEPSEEK: [
11481147
MODEL_TENSOR.TOKEN_EMBD,
11491148
MODEL_TENSOR.OUTPUT_NORM,
@@ -1167,7 +1166,6 @@ class MODEL_TENSOR(IntEnum):
11671166
MODEL_TENSOR.FFN_DOWN_SHEXP,
11681167
MODEL_TENSOR.FFN_UP_SHEXP,
11691168
],
1170-
###############
11711169
MODEL_ARCH.DEEPSEEK2: [
11721170
MODEL_TENSOR.TOKEN_EMBD,
11731171
MODEL_TENSOR.OUTPUT_NORM,

0 commit comments

Comments
 (0)