Skip to content

Instantly share code, notes, and snippets.

@whit3rabbit
Created November 24, 2023 19:57
Show Gist options
  • Select an option

  • Save whit3rabbit/612d3634f0582f4e2afd2c1c315eef74 to your computer and use it in GitHub Desktop.

Select an option

Save whit3rabbit/612d3634f0582f4e2afd2c1c315eef74 to your computer and use it in GitHub Desktop.
google colab lightgbm with gpu install
! sudo apt install python3.10-venv
! pip uninstall -y lightgbm && rm -rf LightGBM && git clone --recursive https://github.com/Microsoft/LightGBM && cd LightGBM && sh build-python.sh install --gpu
! mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment