-
Notifications
You must be signed in to change notification settings - Fork 121
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
RuntimeError: Error building extension 'slstm_HS64BS8NH1NS4DBfDRbDWbDGbDSbDAfNG4SA1GRCV0GRC0d0FCV0FC0d0' #25
Comments
Would you please paste the log of your output? |
@miaozhixu Hi, may I ask about your setup steps? I am facing the above issues and could not find a solution up to now |
Bring up a fresh Ubuntu 22.04.4 installation. It comes with a NVidia GPU driver 535. But somebody say that this issue could solve with "conda install cccl". Check the link below. |
So you installed xlstm via pip, not by cloning the repo, right? |
Yep |
check your log file, there should be few Fatal error or says some file doesn't exist. I have the same error under Win 10 then I tried linux, still has the problem. I thought it might be some root or environment problem. ECHO your $PATH and $LD_LIBRARY_PATH see if you have cuda path, if not, following my step below. Remember to checked your cuda installation location, once you have find your cuda installation location then use Also, under Readme author told us using "python experiments/main.py --config experiments/parity_xLSTM01.yaml" which I have got no such a file error, there is no upper case in the name of the yaml file And you should use pip install xlstm=1.0.3, there are other bugs in 1.0,4 |
The yaml file has a case error that is easy to resolve. I will try the PATH solution you mentioned. Thank you |
Thank you,i will try pip install xlstm v1.0.3. later ,and the version details are very helpful! |
Hi, I am trying to install the same version as you, but when I install cudnn>9, it return error: torch 2.3.1+cu121 requires nvidia-cudnn-cu12==8.9.2.26, how did you do that?
|
I follow the nvidia.com's guide to install cudnn and cuda, after successfully install these two libs, install the pytorch.
|
How do you all switch to the Ubuntu version? Isn't it normal to use a laboratory server? Isn't the Ubuntu system on one server fixed? Or are you using a virtual machine:( |
|
Hello, May I ask you how do you switch the Ubuntu version to 22.04? Isn't it normal to use a laboratory server? Isn't the Ubuntu system on one server fixed? Or are you all using a virtual machine:( |
Ubuntu installed on my Laptop, along side with windows 11. This laptop has a RTX5000 GPU. |
@miaozhixu I have been puzzled by this problem for a long time, may I ask if you have successfully run it? If convenient, can you add the contact information for communication |
Not switch, but fresh new installation of Ubuntu |
Has it been resolved now? |
@miaozhixu Using C:\Users\L.J.Y\AppData\Local\torch_extensions\torch_extensions\Cache\py311_cu124 as PyTorch extensions root... The above exception was the direct cause of the following exception: Traceback (most recent call last): |
This problem shows after i solved "RuntimeError: Ninja is required to load C++ extensions" by "pip3 install Ninja"
The text was updated successfully, but these errors were encountered: