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