Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many values to unpack (expected 2) #26

Open
CooperZhao1998 opened this issue Jun 19, 2024 · 2 comments
Open

too many values to unpack (expected 2) #26

CooperZhao1998 opened this issue Jun 19, 2024 · 2 comments

Comments

@CooperZhao1998
Copy link

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

@JordiMoralesCasas
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants