exo icon indicating copy to clipboard operation
exo copied to clipboard

Smarter model downloading

Open AlexCheema opened this issue 1 year ago • 1 comments

See: https://github.com/exo-explore/exo/issues/14

Right now, every device downloads the entire model which is unnecessary. The design of exo makes things like this particularly difficult since all nodes are equal and p2p.

AlexCheema avatar Jul 17 '24 04:07 AlexCheema

Two things needed:

  1. Sticky node ids. (To keep shards sticky)
  2. Filter files to download based on shards.

AlexCheema avatar Jul 30 '24 08:07 AlexCheema