We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c377 commit 060b86eCopy full SHA for 060b86e
src/transformers/models/xlstm/modeling_xlstm.py
@@ -29,9 +29,9 @@
29
30
31
if is_xlstm_available():
32
+ from xlstm.xlstm_large.model import RMSNorm as xLSTMRMSNorm
33
from xlstm.xlstm_large.model import mLSTMBlock as xLSTMBlock
34
from xlstm.xlstm_large.model import mLSTMStateType, soft_cap
- from xlstm.xlstm_large.model import xLSTMRMSNorm as xLSTMRMSNorm
35
36
external_xlstm = True
37
else:
0 commit comments