Skip to content

Commit

Permalink
Merge pull request #8 from StrikerRUS/patch-1
Browse files Browse the repository at this point in the history
[docs] fix OpenMP and CUDA descriptions in docs
  • Loading branch information
Mottl authored Aug 16, 2024
2 parents 87e01f8 + 8bb4efd commit 03913ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Look in the [`./examples/`](https://github.com/Mottl/lightgbm3-rs/blob/main/exam
## Features
**`lightgbm3`** supports the following features:
- `polars` for [polars](https://github.com/pola-rs/polars) support
- `openmp` for [MPI](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-mpi-version) support
- `openmp` for [multi-processing](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-threadless-version-not-recommended) support
- `gpu` for [GPU](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-gpu-version) support
- `cuda` for experimental [CUDA](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-cuda-version) support
- `cuda` for [CUDA](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-cuda-version) support

## Benchmarks
```
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//!
//! **`lightgbm3`** supports the following features:
//! - `polars` for [polars](https://github.com/pola-rs/polars) support
//! - `openmp` for [MPI](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-mpi-version) support
//! - `openmp` for [multi-processing](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-threadless-version-not-recommended) support
//! - `gpu` for [GPU](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-gpu-version) support
//! - `cuda` for experimental [CUDA](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-cuda-version) support
//! - `cuda` for [CUDA](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-cuda-version) support
//!
//! # Examples
//! ### Training:
Expand Down

0 comments on commit 03913ec

Please sign in to comment.