From 92bd17cba9c26362ef3457d8b5ce3ce506696998 Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Tue, 5 Oct 2021 16:45:23 -0700 Subject: [PATCH] [python] Add benchmark python engine (#1267) Change-Id: Ia16944958456e07339496a003f9085466b51d32e --- extensions/benchmark/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/benchmark/build.gradle b/extensions/benchmark/build.gradle index 5192f651468..3852ccbc914 100644 --- a/extensions/benchmark/build.gradle +++ b/extensions/benchmark/build.gradle @@ -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}") {