From 403abcfa4198054ece6eedf7dcc72d79c3a824c4 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Tue, 16 Jul 2024 02:06:28 -0700 Subject: [PATCH] smaller ring topology img --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 054c25329..9880ac558 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. - ring topology + ring topology