aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-04-10 17:05:31 +0200
committerLester Solbakken <lester.solbakken@gmail.com>2024-04-10 17:05:31 +0200
commit148aa6016934d7075b4bb125ee40aec7d83394f7 (patch)
tree8126373eb8a3b66f8ea66288a3dc2f892c901912 /standalone-container
parent4d0144a4d249df6cce37539cba13969e9fd4ca4f (diff)
Add local LLM client and wire in container-llama
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 844b912543c..92faa1ae670 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -113,6 +113,7 @@
model-evaluation-jar-with-dependencies.jar,
model-integration-jar-with-dependencies.jar,
container-onnxruntime.jar,
+ container-llama.jar,
<!-- END config-model dependencies -->
</discPreInstallBundle>
</configuration>