Skip to content

Instantly share code, notes, and snippets.

@thomasaarholt
Last active July 24, 2022 11:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thomasaarholt/7b1cb9ba41f8a1d788800cc9dfe1160f to your computer and use it in GitHub Desktop.
Building lightgbm with GPU support from source on Red Hat with mload
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