aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorHarald Musum <musum@vespa.ai>2024-04-15 20:44:10 +0200
committerGitHub <noreply@github.com>2024-04-15 20:44:10 +0200
commited62b750494822cc67a328390178754512baf032 (patch)
tree3f94e22d38d63c456a3bb202b4f3787ecff5ded6 /container-test
parent44a866c0d648543c04567503990c03c36403d86d (diff)
Revert "Lesters/add local llms 2"
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>