fix: remove code
This commit is contained in:
parent
741b7fb59b
commit
e04b8f0e44
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ class MODEL_TENSOR(IntEnum):
|
||||||
FFN_DOWN = auto()
|
FFN_DOWN = auto()
|
||||||
FFN_UP = auto()
|
FFN_UP = auto()
|
||||||
FFN_ACT = auto()
|
FFN_ACT = auto()
|
||||||
FFN_NORM = auto()
|
|
||||||
FFN_GATE_EXP = auto()
|
FFN_GATE_EXP = auto()
|
||||||
FFN_DOWN_EXP = auto()
|
FFN_DOWN_EXP = auto()
|
||||||
FFN_UP_EXP = auto()
|
FFN_UP_EXP = auto()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue