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,9 +1,11 @@
name: "LocalAI P2P Worker"
version: "1.0.3.9" # Incrémentez aussi la version
slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier
version: "1.0.4"
slug: "localai-p2p-worker"
description: "LocalAI P2P federation worker node"
arch:
- amd64
build_from:
amd64: "ghcr.io/hassio-addons/base/amd64:15.0.7"
host_network: true # OBLIGATOIRE pour P2P
startup: application
ingress: true
@@ -32,8 +34,10 @@ options:
gpu_layers: 0
debug: false
models_path: "/share/localai/models"
threads: 8
schema:
master_token: str
gpu_layers: "int(0,)"
debug: "bool?"
models_path: "str?"
threads: "int(1,)"