aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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 /container-test
parentcb95c888950f1c4a1b27b46b921159a216b738d8 (diff)
Reapply "Lesters/add local llms"
This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 8e1b4870665..d6be6946208 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -61,6 +61,16 @@
<artifactId>onnxruntime</artifactId>
</dependency>
<dependency>
+ <groupId>de.kherud</groupId>
+ <artifactId>llama</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<exclusions>