Linux下安装LightGBM CUDA版本

setp 1:

git clone --recursive https://github.com/microsoft/LightGBM
cd LightGBM
cmake -B build -S . -DUSE_CUDA=1
cmake --build build -j4

reference: Installation Guide — LightGBM 4.4.0.99 documentation

setp 2:

sudo sh ./build-python.sh install --precompile

rerference: LightGBM GPU Tutorial — LightGBM 4.4.0.99 documentation

相关推荐

  1. Linux安装LightGBM CUDA版本

    2024-07-19 10:42:04       20 阅读
  2. Linux安装Flume

    2024-07-19 10:42:04       63 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-19 10:42:04       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-19 10:42:04       71 阅读
  3. 在Django里面运行非项目文件

    2024-07-19 10:42:04       58 阅读
  4. Python语言-面向对象

    2024-07-19 10:42:04       69 阅读

热门阅读

  1. springboot实现枚举参数

    2024-07-19 10:42:04       21 阅读
  2. C++:opencv将彩色图转换为灰度图

    2024-07-19 10:42:04       22 阅读
  3. shell处理用户输入——移动参数

    2024-07-19 10:42:04       20 阅读
  4. Github 2024-07-18 开源项目日报Top10

    2024-07-19 10:42:04       19 阅读
  5. React Router 6笔记

    2024-07-19 10:42:04       18 阅读
  6. dnd-kit for react: modern and light drag

    2024-07-19 10:42:04       19 阅读
  7. 模板方法设计模式

    2024-07-19 10:42:04       20 阅读