← back to Exo
remove redundant screenshot image in README
08ca7adcd3e81075c57c239f17bcf0e8f96dc4f1 · 2024-10-14 14:53:41 -0700 · Alex Cheema
Files touched
Diff
commit 08ca7adcd3e81075c57c239f17bcf0e8f96dc4f1
Author: Alex Cheema <41707476+AlexCheema@users.noreply.github.com>
Date: Mon Oct 14 14:53:41 2024 -0700
remove redundant screenshot image in README
---
README.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README.md b/README.md
index 0d5d963a..81abac24 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,6 @@ Unlike other distributed inference frameworks, exo does not use a master-worker
Exo supports different [partitioning strategies](exo/topology/partitioning_strategy.py) to split up a model across devices. The default partitioning strategy is [ring memory weighted partitioning](exo/topology/ring_memory_weighted_partitioning_strategy.py). This runs an inference in a ring where each device runs a number of model layers proportional to the memory of the device.

-<p>
- <picture>
- <img alt="A screenshot of exo running 5 nodes" src="docs/exo-screenshot.png" width="80%" height="80%">
- </picture>
-</p>
## Installation
← 29a9156e try screenshot without html
·
back to Exo
·
Fix null download progress bug d931e4d1 →