Broke a few things, added a few more
This commit is contained in:
@@ -4,5 +4,8 @@ openwebui_install_dir: "{{ ai_at_home_install_dir }}/openwebui"
|
||||
|
||||
common_container_labels:
|
||||
- sablier.enable=true
|
||||
ollama_container_labels: {{ common_container_labels + ["sablier.group=ai_backends"] }}
|
||||
openwebui_container_labels: {{ common_container_labels + ["sablier.group=ai_frontends"] }}
|
||||
ollama_container_env:
|
||||
OLLAMA_KV_CACHE_TYPE: q8_0
|
||||
OLLAMA_FLASH_ATTENTION: 1
|
||||
ollama_container_labels: "{{ common_container_labels + ['sablier.group=ai_backends'] }}"
|
||||
openwebui_container_labels: "{{ common_container_labels + ['sablier.group=ai_frontends'] }}"
|
||||
|
||||
Reference in New Issue
Block a user