Miao Zhixu

Results 8 comments of Miao Zhixu

`ImportError: /home/.cache/torch_extensions/py310_cu113/` this path seems not right, .cache folder is under user home directory. Normally the .cache folder is `/home/someuser/.cache` You can see xlstm/blocks/sltsm/src/cuda_init use torch.utils.cpp_extension.load. Tracking down the code,...

> > `ImportError: /home/.cache/torch_extensions/py310_cu113/` this path seems not right, .cache folder is under user home directory. Normally the .cache folder is `/home/someuser/.cache` You can see xlstm/blocks/sltsm/src/cuda_init use torch.utils.cpp_extension.load. Tracking down...

Would you please paste the log of your output? I face the same problem on windows 11, it's caused by the CUDA libraries, because Ninja assemble the nvcc command line...

> @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...

> nvidia-cudnn-cu12==8.9.2.26 I follow the nvidia.com's guide to install cudnn and cuda, after successfully install these two libs, install the pytorch. `wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb` `sudo dpkg -i cuda-keyring_1.1-1_all.deb` `sudo apt-get update`...

> > > @miaozhixu Hi, may I ask about your setup steps? I am facing the above issues and could not find a solution up to now > > >...

> @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...