Skip to content

Commit

Permalink
smaller ring topology img
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 16, 2024
1 parent 231cde5 commit 403abcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Unlike other distributed inference frameworks, exo does not use a master-worker
Exo supports different partitioning strategies to split up a model across devices. The default partitioning strategy is [ring memory weighted partitioning](topology/ring_memory_weighted_partitioning.py). This runs an inference in a ring where each device runs a number of model layers proportional to the memory of the device.

<picture>
<img alt="ring topology" src="docs/ring-topology.png" width="50%" height="50%">
<img alt="ring topology" src="docs/ring-topology.png" width="30%" height="30%">
</picture>


Expand Down

0 comments on commit 403abcf

Please sign in to comment.