fix: remove code

This commit is contained in:
Trần Đức Nam 2023-12-22 14:26:00 +07:00
parent 741b7fb59b
commit e04b8f0e44

View file

@ -120,7 +120,6 @@ class MODEL_TENSOR(IntEnum):
FFN_DOWN = auto()
FFN_UP = auto()
FFN_ACT = auto()
FFN_NORM = auto()
FFN_GATE_EXP = auto()
FFN_DOWN_EXP = auto()
FFN_UP_EXP = auto()