Skip to content

Commit 153e977

Browse files
authored
Update distributed_inferencing.md
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 7d61de6 commit 153e977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/features/distributed_inferencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This functionality enables LocalAI to distribute inference requests across multi
1111
LocalAI supports two modes of distributed inferencing via p2p:
1212

1313
- **Federated Mode**: Requests are shared between the cluster and routed to a single worker node in the network based on the load balancer's decision.
14-
- **Worker Mode**: Requests are processed by all the workers which contributes to the final inference result (by sharing the model weights).
14+
- **Worker Mode** (aka "model sharding" or "splitting weights"): Requests are processed by all the workers which contributes to the final inference result (by sharing the model weights).
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)