Skip to content

Commit

Permalink
Revert "Updates LightGBM to 1.7.6 (#2793)" (#2796)
Browse files Browse the repository at this point in the history
This reverts commit 3a90d0a.
  • Loading branch information
zachgk committed Sep 29, 2023
1 parent 3a90d0a commit 8fd79db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public final class LgbmEngine extends Engine {

public static final String ENGINE_NAME = "LightGBM";
public static final String ENGINE_VERSION = "3.3.510";
public static final String ENGINE_VERSION = "3.2.110";
static final int RANK = 10;

private Engine alternativeEngine;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sentencepiece_version=0.1.97
tokenizers_version=0.13.3
fasttext_version=0.9.2
xgboost_version=1.7.5
lightgbm_version=3.3.510
lightgbm_version=3.2.110
rapis_version=22.12.0

commons_cli_version=1.5.0
Expand Down

0 comments on commit 8fd79db

Please sign in to comment.