this post was submitted on 13 Nov 2023
1 points (100.0% liked)
LocalLLaMA
4 readers
4 users here now
Community to discuss about Llama, the family of large language models created by Meta AI.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've seen projects along these lines getting going, it's coming.
EDIT I hah didn't know Petals existed either.
there's going to be multiple attempts
I was thinking of distributed MoEs as well.
Question I have is how do you route queries? I don't know how to do that if all the Es are in the same cluster let alone distrivuted.
I don’t know if there’s much value there when LORA’s are easily portable — you can just select the right lora as needed. One base model instance on one machine, many potential experts. This has been demonstrated.