aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-04-16 13:07:31 +0200
committerLester Solbakken <lester.solbakken@gmail.com>2024-04-16 13:07:31 +0200
commit780bc7cbe8fb67ae712fcf278f8900c8f32e14a6 (patch)
treed37ae6302fb72f5b6f5e33a8a45d968ffc505fdf /container-test
parentfca990d5ed32c408df42bbe178b174711fa54a08 (diff)
Reapply "Lesters/add local llms 2"
This reverts commit ed62b750494822cc67a328390178754512baf032.
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>