diff --git a/localai-p2p-master/config.yaml b/localai-p2p-master/config.yaml index 1559706..7c45acc 100644 --- a/localai-p2p-master/config.yaml +++ b/localai-p2p-master/config.yaml @@ -11,7 +11,7 @@ ports: 8080/tcp: 8080 ports_description: 8080/tcp: "LocalAI API port" -image: "localai/localai:latest" +image: "ghcr.io/mudler/localai:latest" environment: LOCALAI_P2P: "true" LOCALAI_FEDERATED: "true" diff --git a/localai-p2p-worker/config.yaml b/localai-p2p-worker/config.yaml index 295de8a..5edf095 100644 --- a/localai-p2p-worker/config.yaml +++ b/localai-p2p-worker/config.yaml @@ -2,7 +2,7 @@ name: "LocalAI P2P Worker" version: "1.0.2" # Incrémentez aussi la version slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier description: "LocalAI P2P federation worker node" -image: localai/localai:latest +image: "ghcr.io/mudler/localai:latest" arch: - amd64 host_network: true # OBLIGATOIRE pour P2P @@ -12,8 +12,8 @@ ports: environment: LOCALAI_P2P: "true" LOCALAI_FEDERATED: "true" - THREADS: 8 # Utiliser tous les cœurs du 5800U - OMP_NUM_THREADS: 8 + THREADS: "8" # Utiliser tous les cœurs du 5800U + OMP_NUM_THREADS: "8" map: - type: share read_only: false