mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
- Add component template files for all LLM types
- Top-level templates simplified to use just components
This commit is contained in:
parent
d3e213f194
commit
4b52ac0f62
20 changed files with 365 additions and 383 deletions
2
Makefile
2
Makefile
|
|
@ -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} > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue