Skip to content

Commit 3a90d0a

Browse files
authored
Updates LightGBM to 1.7.6 (deepjavalibrary#2793)
1 parent 963332d commit 3a90d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engines/ml/lightgbm/src/main/java/ai/djl/ml/lightgbm/LgbmEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class LgbmEngine extends Engine {
3232

3333
public static final String ENGINE_NAME = "LightGBM";
34-
public static final String ENGINE_VERSION = "3.2.110";
34+
public static final String ENGINE_VERSION = "3.3.510";
3535
static final int RANK = 10;
3636

3737
private Engine alternativeEngine;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sentencepiece_version=0.1.97
2323
tokenizers_version=0.13.3
2424
fasttext_version=0.9.2
2525
xgboost_version=1.7.5
26-
lightgbm_version=3.2.110
26+
lightgbm_version=3.3.510
2727
rapis_version=22.12.0
2828

2929
commons_cli_version=1.5.0

0 commit comments

Comments
 (0)