NX-AI / xlstm

Official repository of the xLSTM.
GNU Affero General Public License v3.0
918 stars 66 forks source link

too many values to unpack (expected 2) #26

Open CooperZhao1998 opened 1 week ago

CooperZhao1998 commented 1 week ago

Tried to run the usage example of xLSTM Block Stack from the readme, got the error: too many values to unpack (expected 2)

JordiMoralesCasas commented 1 week ago

I have had the same problem, I think it has to do with some changes introduced in version 1.0.4. By installing version 1.0.3 (pip install xlstm==1.0.3) it works as expected.

miaozhixu commented 1 week ago

I have had the same problem, I think it has to do with some changes introduced in version 1.0.4. By installing version 1.0.3 (pip install xlstm==1.0.3) it works as expected.

You can check issue #24. I modified the code to run through README sample. But further test is not done yet.