summaryrefslogtreecommitdiffstats
path: root/model-evaluation
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-11-30 12:40:37 +0000
committerArne Juul <arnej@yahooinc.com>2022-12-02 14:46:10 +0000
commitd9ab932c59cf1d22f22c19b96619024a76aecc32 (patch)
tree7f1038060b308b26c3c583104ee5dd4f8547a9d8 /model-evaluation
parent0f5a6d241394b7b064debdd38fabd58c7c64f94d (diff)
add container-onnxruntime-bundle
Diffstat (limited to 'model-evaluation')
-rw-r--r--model-evaluation/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index c0600872666..444595bd000 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -74,6 +74,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-onnxruntime-bundle</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>