aboutsummaryrefslogtreecommitdiffstats
path: root/container-llama
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2024-04-15 14:51:27 +0200
committerGitHub <noreply@github.com>2024-04-15 14:51:27 +0200
commit7518d93961ac7c5c5da1cd41717d42f600dae647 (patch)
tree63e2811a56e6bf6b2bed5e65e15c98458cfb357f /container-llama
parentf7fd3dd205912c0100786e86d78b6de93d667bfa (diff)
Revert "Lesters/add local llms"
Diffstat (limited to 'container-llama')
-rw-r--r--container-llama/src/main/java/de/kherud/llama/package-info.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-llama/src/main/java/de/kherud/llama/package-info.java b/container-llama/src/main/java/de/kherud/llama/package-info.java
deleted file mode 100644
index 3c9773762b4..00000000000
--- a/container-llama/src/main/java/de/kherud/llama/package-info.java
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-/**
- * @author lesters
- */
-@ExportPackage
-package de.kherud.llama;
-
-import com.yahoo.osgi.annotation.ExportPackage;