Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/transformers/models/xlstm/modeling_xlstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@


if is_xlstm_available():
from xlstm.xlstm_large.model import RMSNorm as xLSTMRMSNorm
from xlstm.xlstm_large.model import mLSTMBlock as xLSTMBlock
from xlstm.xlstm_large.model import mLSTMStateType, soft_cap
from xlstm.xlstm_large.model import xLSTMRMSNorm as xLSTMRMSNorm

external_xlstm = True
else:
Expand Down