It sounds like iroh enables distributed compute without having to finangle custom hardware.
jmercouris•42m ago
I thought about this too, but the throughput over a network is incredibly slow. It’s not usable for interactive use.
darkpicnic•21m ago
cocompute.ai is already doing this really well.
SwellJoe•19m ago
Is it? I don't see anything on the website about splitting a model across multiple devices, only about putting local models on the internet, a wholly orthogonal problem (which is already easy with existing tools, since models use an http API).
darkpicnic•12m ago
Good point. I know cocompute is working on splitting, but it’s not there yet; I was referring to the round-robin delegation within a trusted pool. Mesh LLM looks great too!
dnoberon•17m ago
Cool, always good to have more in the ecosystem. I love Iroh and hope this continues to succeed.
SwellJoe•15m ago
I note the lack of performance information. I can only imagine it's much, much, slower than any other way to run a larger model (including, e.g. using system RAM and streaming some stuff from disk). Consumer networks, even 10gbit ethernet, are slow as hell compared to local RAM and even disks.
Are we talking 1 token per second for a split model? Less?
darkpicnic•5m ago
Does Mesh LLM encrypt the payload between nodes? Is it possible to read requests from other users?
turtleyacht•52m ago