Broke a few things, added a few more

This commit is contained in:
2026-03-26 18:15:01 +01:00
parent f3ce5a8880
commit 9b11b5ece9
14 changed files with 189 additions and 2 deletions

View File

@@ -28,3 +28,7 @@ ansible-playbook -i inventory/yourinventory deploy-ai-at-home.yml
This is currently a sloppy work in progress and might or not be developed in future.
Considerations:
vllm and llama can only provide one image per invocation, so the structure is different from ollama
Need multiple composefiles for different invocations and configurations instead of a single one
Requires changes in roles and so on