Update distributed_inferencing.md

whoops

Signed-off-by: jtwolfe <jamie.t.wolfe@gmail.com>
This commit is contained in:
jtwolfe 2024-12-19 20:14:46 +10:00 committed by GitHub
parent 1e7c3349e4
commit edbeced5c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.