From edbeced5c25cdf04fa8bc1f579ccc126657333e7 Mon Sep 17 00:00:00 2001 From: jtwolfe Date: Thu, 19 Dec 2024 20:14:46 +1000 Subject: [PATCH] Update distributed_inferencing.md whoops Signed-off-by: jtwolfe --- docs/content/docs/features/distributed_inferencing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/docs/features/distributed_inferencing.md b/docs/content/docs/features/distributed_inferencing.md index b8a1d7392127..71d29f392619 100644 --- a/docs/content/docs/features/distributed_inferencing.md +++ b/docs/content/docs/features/distributed_inferencing.md @@ -142,7 +142,6 @@ There are options that can be tweaked or parameters that can be set using enviro | **LOCALAI_P2P_LIB_LOGLEVEL** | Set the loglevel for the underlying libp2p stack (default: fatal) | - ## Architecture LocalAI uses https://github.com/libp2p/go-libp2p under the hood, the same project powering IPFS. Differently from other frameworks, LocalAI uses peer2peer without a single master server, but rather it uses sub/gossip and ledger functionalities to achieve consensus across different peers.