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

NVCC Problem in Installing Mamba and Causal-Conv1D #1

Closed
Arhosseini77 opened this issue Jun 22, 2024 · 0 comments
Closed

NVCC Problem in Installing Mamba and Causal-Conv1D #1

Arhosseini77 opened this issue Jun 22, 2024 · 0 comments

Comments

@Arhosseini77
Copy link
Owner

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.

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

1 participant