aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorGjøran Voldengen <gjoranv@gmail.com>2024-04-15 14:58:25 +0200
committerGitHub <noreply@github.com>2024-04-15 14:58:25 +0200
commitcb95c888950f1c4a1b27b46b921159a216b738d8 (patch)
tree63e2811a56e6bf6b2bed5e65e15c98458cfb357f /container-test
parentf7fd3dd205912c0100786e86d78b6de93d667bfa (diff)
parent7518d93961ac7c5c5da1cd41717d42f600dae647 (diff)
Merge pull request #30915 from vespa-engine/revert-30875-lesters/add-local-llms
Revert "Lesters/add local llms"
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index d6be6946208..8e1b4870665 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -61,16 +61,6 @@
<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>