4
This commit is contained in:
@@ -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,)"
|
||||
|
||||
Reference in New Issue
Block a user