Skip to content

Commit

Permalink
[python] Add benchmark python engine (#1267)
Browse files Browse the repository at this point in the history
Change-Id: Ia16944958456e07339496a003f9085466b51d32e
  • Loading branch information
frankfliu authored Oct 5, 2021
1 parent 8a431ba commit 92bd17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ dependencies {
runtimeOnly(project(":engines:ml:xgboost")) {
exclude group: "ml.dmlc", module: "xgboost4j_2.12"
}

runtimeOnly "ai.djl.python:python:${version}"
}

testImplementation("org.testng:testng:${testng_version}") {
Expand Down

0 comments on commit 92bd17c

Please sign in to comment.