minor fixes
This commit is contained in:
@@ -14,6 +14,9 @@ environment:
|
||||
LOCALAI_P2P: "true"
|
||||
LOCALAI_FEDERATED: "true"
|
||||
LOCALAI_MODELS_PATH: "/share/localai/models"
|
||||
LOCALAI_ADDRESS: "0.0.0.0:8080"
|
||||
LOCALAI_CORS: "true"
|
||||
LOCALAI_CORS_ALLOW_ORIGINS: "*"
|
||||
THREADS: "8" # Utiliser tous les cœurs du 5800U
|
||||
OMP_NUM_THREADS: "8"
|
||||
map:
|
||||
@@ -25,7 +28,9 @@ options:
|
||||
master_token: ""
|
||||
gpu_layers: 0
|
||||
debug: false
|
||||
models_path: "/share/localai/models"
|
||||
schema:
|
||||
master_token: str
|
||||
gpu_layers: "int(0,)"
|
||||
debug: "bool?"
|
||||
models_path: "str?"
|
||||
|
||||
Reference in New Issue
Block a user