Skip to content

Commit

Permalink
[XGBoost] Updates XGBoost to 2.0.3 (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Jan 3, 2024
1 parent f4a7d26 commit 1b2b6fa
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 @@ -53,7 +53,7 @@ public void downloadXGBoostModel() throws IOException {
@Test
public void testVersion() {
Engine engine = Engine.getEngine("XGBoost");
Assert.assertEquals("2.0.1", engine.getVersion());
Assert.assertEquals("2.0.3", engine.getVersion());
}

/*
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.15.0
llamacpp_version=b1696
fasttext_version=0.9.2
xgboost_version=2.0.1
xgboost_version=2.0.3
lightgbm_version=3.2.110
rapis_version=22.12.0

Expand Down

0 comments on commit 1b2b6fa

Please sign in to comment.