We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With torch==2.5.1 your package (at v1.0.8) works as intended.
torch==2.5.1
With torch==2.6.0 I get the following error message
torch==2.6.0
... .venv/lib/python3.11/site-packages/xlstm/blocks/slstm/src/cuda_init.py:30: in <module> os.environ["CUDA_LIB"] = os.path.join(os.path.split(torch.utils.cpp_extension.include_paths(cuda=True)[-1])[0], "lib") E TypeError: include_paths() got an unexpected keyword argument 'cuda'
The error appears for xlstm v1.0.8 and v2.0.2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With
torch==2.5.1
your package (at v1.0.8) works as intended.With
torch==2.6.0
I get the following error messageThe error appears for xlstm v1.0.8 and v2.0.2.
The text was updated successfully, but these errors were encountered: