← back to Exo
smaller ring topology img
403abcfa4198054ece6eedf7dcc72d79c3a824c4 · 2024-07-16 02:06:28 -0700 · Alex Cheema
Files touched
Diff
commit 403abcfa4198054ece6eedf7dcc72d79c3a824c4
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Tue Jul 16 02:06:28 2024 -0700
smaller ring topology img
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 054c2532..9880ac55 100644
--- a/README.md
+++ b/README.md
@@ -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>
← 231cde5f ring topology image
·
back to Exo
·
add notice of python>=3.12.0 b6d91972 →