Added llamafile template support

This commit is contained in:
Cyber MacGeddon 2024-09-16 16:16:09 +01:00
parent c7cd97b6d3
commit 2dce9fdae3
5 changed files with 120 additions and 2 deletions

View file

@ -32,12 +32,12 @@ clean:
set-version:
echo '"${VERSION}"' > templates/values/version.jsonnet
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai \
TEMPLATES=azure bedrock claude cohere mix llamafile ollama openai vertexai \
openai-neo4j storage
DCS=$(foreach template,${TEMPLATES},${template:%=tg-launch-%.yaml})
MODELS=azure bedrock claude cohere ollama openai vertexai
MODELS=azure bedrock claude cohere llamafile ollama openai vertexai
GRAPHS=cassandra neo4j
# tg-launch-%.yaml: templates/%.jsonnet templates/components/version.jsonnet