File tree 3 files changed +4
-4
lines changed
lightgbm/src/main/java/ai/djl/ml/lightgbm
xgboost/src/test/java/ai/djl/ml/xgboost
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
public final class LgbmEngine extends Engine {
32
32
33
33
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 " ;
35
35
static final int RANK = 10 ;
36
36
37
37
private Engine alternativeEngine ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public void downloadXGBoostModel() throws IOException {
53
53
@ Test
54
54
public void testVersion () {
55
55
Engine engine = Engine .getEngine ("XGBoost" );
56
- Assert .assertEquals ("1.7.5 " , engine .getVersion ());
56
+ Assert .assertEquals ("1.7.6 " , engine .getVersion ());
57
57
}
58
58
59
59
/*
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ paddlepaddle_version=2.3.2
22
22
sentencepiece_version =0.1.97
23
23
tokenizers_version =0.13.3
24
24
fasttext_version =0.9.2
25
- xgboost_version =1.7.5
26
- lightgbm_version =3.2.110
25
+ xgboost_version =1.7.6
26
+ lightgbm_version =3.3.510
27
27
rapis_version =22.12.0
28
28
29
29
commons_cli_version =1.5.0
You can’t perform that action at this time.
0 commit comments