Created
November 24, 2023 19:57
-
-
Save whit3rabbit/612d3634f0582f4e2afd2c1c315eef74 to your computer and use it in GitHub Desktop.
google colab lightgbm with gpu install
This file contains hidden or 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
| ! 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