Simplify templates (#10)

- Add component template files for all LLM types
- Top-level templates simplified to use just components
- Version to 0.6.2
This commit is contained in:
cybermaggedon 2024-08-14 20:56:57 +01:00 committed by GitHub
parent d3e213f194
commit fa0b89b5d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 502 additions and 520 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.6.1
VERSION=0.6.2
DOCKER=podman
@ -38,6 +38,6 @@ DCS=$(foreach template,${TEMPLATES},${template:%=docker-compose-%.yaml})
update-templates: set-version ${DCS}
docker-compose-%.yaml: templates/docker-compose-%.jsonnet templates/version.jsonnet
docker-compose-%.yaml: templates/docker-compose-%.jsonnet templates/components/version.jsonnet
jsonnet -S ${@:docker-compose-%.yaml=templates/docker-compose-%.jsonnet} > $@