| ▲ | i386 5 hours ago | |||||||
I’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. | ||||||||
| ▲ | whs 35 minutes ago | parent | next [-] | |||||||
I wonder how security is done in this engine, since it's accepting input from anyone. llama.cpp's RPC layer seems to says that you shouldn't run it in public (I assume because it is lower level and may result in RCE on your GPU) | ||||||||
| ▲ | Lerc 3 hours ago | parent | prev | next [-] | |||||||
I have never really delved into kv cache implementation, do they run effectively separate caches per layer? If so I can see it all dividing nicely, computation and data size wise and the only slowdown would be in search layer waiting for it's turn. If you pipelined it you could run multiple queries. Is anyone doing best-of-n with a n stage pipeline running each query offset by one? | ||||||||
| ||||||||
| ▲ | zmmmmm an hour ago | parent | prev | next [-] | |||||||
The obvious burning question is how performance looks over different network conditions on some standard models. Have you done much benchmarking? Is it mainly latency affected or is overall throughput less than the capacity of the GPUs due to being distributed? | ||||||||
| ▲ | iotapi322 4 hours ago | parent | prev | next [-] | |||||||
This is super impressive, We have a lab with lots of different epycs and different models - to bring them together this way is amazing. Well done! | ||||||||
| ||||||||
| ▲ | Creamsicle47 3 hours ago | parent | prev | next [-] | |||||||
Hey, this is a super cool project. It's great to see a lot of the IPFS stuff resurfacing again. A few questions: 1.) How does this handle privacy? If you're distributing compute this way then all actors in the compute graph will also know the sequence being computed. 2.) Any safeguards against malicious actors poisoning model activations? | ||||||||
| ||||||||
| ▲ | DerivativeBS 3 hours ago | parent | prev | next [-] | |||||||
Curious about: does it have fault tolerance if one of the machines goes down mid-inference? Can it dynamically reroute, or does it just retry? | ||||||||
| ||||||||
| ▲ | 5 hours ago | parent | prev [-] | |||||||
| [deleted] | ||||||||