summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-08 13:55:00 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-08 13:55:00 +0200
commitb4073925d4ce5c08ebc91620219541cb4114ac52 (patch)
treeee96ae200505f7ca0d6a8cc46855577692fecec8 /model-integration/pom.xml
parent85289c1c179d3469bfe7681ad3d04488185e6c7d (diff)
Require GPU when available for ONNX evaluation in global-phase and embedders
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index c27ed9d2c31..d5d7ae534a4 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -40,6 +40,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>searchcore</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>searchlib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>