-
Notifications
You must be signed in to change notification settings - Fork 639
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
Compilation doc page is obsolete #1040
Comments
Do we need to maintain the install_cuda scripts? It seems they need constant updating with new CUDA versions. Also, the way to specify CUDA version is a lot more standardized with cmake, and we could only refer to this: https://cliutils.gitlab.io/modern-cmake/chapters/packages/CUDA.html (Basically, set And then just a link to the CUDA download page: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu (Linux users might prefer their distro's method of installing, such as adding the Nvidia apt channels) Then it's only about, install the CUDA version you want, if you have multiple versions, use |
This makes totally sense to me ! Do you want to try your hands on this? Otherwise I can do it and ping you for review |
I created #1048, please have a look at what you think |
Currently the compilation guidelines in https://huggingface.co/docs/bitsandbytes/main/en/compiling are obsolete as the makefile has been deleted due to the cmake refactor. It would be great if one could re-write that documentation page so that it is up-to-date with the current way of compiling bnb from source
cc @Titus-von-Koeller
The text was updated successfully, but these errors were encountered: