Arhosseini77/SUM

NVCC Problem in Installing Mamba and Causal-Conv1D

Arhosseini77 opened this issue · 0 comments

When installing Mamba and Causal-Conv1D, you may encounter issues with NVCC. To resolve this, you must set NVCC as shown below:

sudo apt install cuda-toolkit-12-1
export CUDA_HOME="/usr/local/cuda-12.1"
export LD_LIBRARY_PATH="/usr/local/cuda-12.1/lib64:$LD_LIBRARY_PATH"
export PATH="/usr/local/cuda-12.1/bin:$PATH"

After setting these environment variables, the NVCC issue should be resolved.