fix readme images

This commit is contained in:
Alex Cheema
2025-01-23 02:17:58 +00:00
parent 88ac12df6c
commit ad0e0d02d8
4 changed files with 1 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ 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.
!["A screenshot of exo running 5 nodes](docs/exo-screenshot.png)
!["A screenshot of exo running 5 nodes](docs/exo-screenshot.jpg)
## Installation