summaryrefslogtreecommitdiffstats
path: root/container-llama
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-llama
parentcb95c888950f1c4a1b27b46b921159a216b738d8 (diff)
Reapply "Lesters/add local llms"
This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
Diffstat (limited to 'container-llama')
-rw-r--r--container-llama/src/main/java/de/kherud/llama/package-info.java8
1 files changed, 8 insertions, 0 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
new file mode 100644
index 00000000000..3c9773762b4
--- /dev/null
+++ b/container-llama/src/main/java/de/kherud/llama/package-info.java
@@ -0,0 +1,8 @@
+// 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;