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

Add conda nvcc installation instructions to compile_from_source.md #12

Closed
wants to merge 41 commits into from

Conversation

aninrusimha
Copy link

If users don't have sudo access, or want to have different cuda versions for each conda environment, it can be helpful to install nvcc on a per environment basis. It is non-intuitive which of the many conda package (nvcc, cuda_runtime, etc.) you need to install, so I thought it would be useful to include that info in the source compilation instructions. This is how I installed the package locally, and can upload my conda env file if its wanted :)

TimDettmers and others added 30 commits October 5, 2021 19:16
[FIX] passing of sparse in StableEmbedding
mryab and others added 11 commits June 30, 2022 18:14
…orts

Remove unused imports, fix NotImplementedError
If users don't have sudo access, or want to have different cuda versions for each conda environment, it can be helpful to install nvcc on a per environment basis. It is non-intuitive which of the many conda package (nvcc, cuda_runtime, etc.) you need to install, so I thought it would be useful to include that info in the source compilation instructions. This is how I installed the package locally, and can upload my conda env file if its wanted :)
@aninrusimha aninrusimha changed the title Add conda nvcc installation to source compile Add conda nvcc installation instructions to compile_from_source.md Aug 16, 2022
@TimDettmers
Copy link
Collaborator

This is a great addition, thank you! One issue with the conda install is that only a limited number of CUDA versions are supported.

We also offer a script to download and install a variety of CUDA versions locally: cuda_install.sh. Could you add instructions on how to use this?

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

Successfully merging this pull request may close these issues.

4 participants