Skip to content

Commit 8fd79db

Browse files
authoredSep 29, 2023
Revert "Updates LightGBM to 1.7.6 (#2793)" (#2796)
This reverts commit 3a90d0a.
1 parent 3a90d0a commit 8fd79db

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

+1-1
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.3.510";
34+
public static final String ENGINE_VERSION = "3.2.110";
3535
static final int RANK = 10;
3636

3737
private Engine alternativeEngine;

‎gradle.properties

+1-1
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.3.510
26+
lightgbm_version=3.2.110
2727
rapis_version=22.12.0
2828

2929
commons_cli_version=1.5.0

0 commit comments

Comments
 (0)