4
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 9s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 9s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 15:23:24 +02:00
parent 805290e812
commit feb7c8214e
6 changed files with 94 additions and 128 deletions

View File

@@ -1,10 +1,12 @@
name: "LocalAI P2P Master"
version: "1.0.1"
version: "1.0.2"
slug: "localai-p2p-master"
description: "LocalAI with P2P federation support (master node with GPU)"
url: "https://git.carriere.cloud/alex/hass-addons/tree/main/localai-p2p-master"
arch:
- amd64
build_from:
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
host_network: true
startup: application
ingress: true
@@ -36,7 +38,9 @@ options:
gpu_layers: 99
debug: false
models_path: "/share/localai/models"
threads: 8
schema:
gpu_layers: "int(0,)"
debug: "bool?"
models_path: "str?"
threads: "int(1,)"