Last active
July 24, 2022 11:01
-
-
Save thomasaarholt/7b1cb9ba41f8a1d788800cc9dfe1160f to your computer and use it in GitHub Desktop.
Building lightgbm with GPU support from source on Red Hat with mload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module load CUDA/11.0 CMake/3.21.1-GCCcore-11.2.0 Boost/1.74.0-GCC-10.2.0 | |
pip install lightgbm --install-option=--gpu | |
# If running from notebook, ensure that the following contains Boost: | |
# import os | |
# os.environ["LD_LIBRARY_PATH"].split(":") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment