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? Edit: Found a number. On the models list, Qwen 235B A22B says "MoE…
Mesh LLM: distributed AI computing on iroh
11–20 of 110 posts
Re: Mesh LLM: distributed AI computing on iroh
#12Does Mesh LLM encrypt the payload between nodes? Is it possible to read requests from other users?
Re: Mesh LLM: distributed AI computing on iroh
#13Re: Mesh LLM: distributed AI computing on iroh
#14Re: Mesh LLM: distributed AI computing on iroh
#15I’m one of the contributors to Mesh LLM and happy to answer any questions. I authored the skippy engine that allows you to split large models across nodes.
Re: Mesh LLM: distributed AI computing on iroh
#16I 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? Edit: Found a number. On the models list, Qwen 235B A22B says "MoE…
The idea is that you could take several machines without dedicated RDMA or NVLINK fabric and use them to serve a large model on hardware you own then share it with others.
I’m currently working on GLM 5.2 on my lab environment with around 10 tok/s on the same split.
Re: Mesh LLM: distributed AI computing on iroh
#17Re: Mesh LLM: distributed AI computing on iroh
#18I thought about this too, but the throughput over a network is incredibly slow. It’s not usable for interactive use.
Re: Mesh LLM: distributed AI computing on iroh
#19I 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? Edit: Found a number. On the models list, Qwen 235B A22B says "MoE…
This was done on my home lab simulating 5ms latency and jitter between machines. Splits work quite well if you your nodes are over WAN at metro latency’s but not super fast on global WAN. The idea is that you could take several machines without dedicated RDMA or NVLINK fabric and use them to serve a large model on hardware you own then share it with others. I’m currently working on GLM 5.2 on my lab environment with…
Re: Mesh LLM: distributed AI computing on iroh
#20Does Mesh LLM encrypt the payload between nodes? Is it possible to read requests from other users?