summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-04-15 15:05:32 +0200
committerLester Solbakken <lester.solbakken@gmail.com>2024-04-15 15:05:32 +0200
commit6f568fd79c35d7034eef3cb6ee5132d6aa0fe2f4 (patch)
treec160bc3479b8906721a542f5bd658e59afa0220c /model-integration/pom.xml
parentcb95c888950f1c4a1b27b46b921159a216b738d8 (diff)
Reapply "Lesters/add local llms"
This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 0bab30e1453..d92fa319251 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -40,6 +40,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-disc</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>searchcore</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -76,6 +82,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-llama</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>component</artifactId>
<version>${project.version}</version>
<scope>provided</scope>