this post was submitted on 13 Nov 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
 

Why is there no analog to napster/bittorent/bitcoin with LLMs?

Is there a technical reason that there is not some kind of open source LLM that we can all install on our local host which contributes computing power to answering prompts, and rewards those who contribute computing power by allowing them to enter more prompts?

Obviously, there must be a technical reason which prevents distributed LLMs or else it would have already been created by now.

you are viewing a single comment's thread
view the rest of the comments
[–] dobkeratops@alien.top 1 points 10 months ago (3 children)

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

[–] deviantkindle@alien.top 1 points 10 months ago (2 children)

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.

[–] madmax_br5@alien.top 1 points 10 months ago

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.

[–] dobkeratops@alien.top 1 points 10 months ago

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.

yeah its a work in progress. Its not trivial to setup . it's easy to imagine a way it could be done , but it all has to be built, tested, refined.

llama cpp is out there, I am a c++ person but I dont have deep experience with LLMs (how to fine tune etc) generally and have other projects in progress. but if you look around in the usual places with some search terms you'll find the attempts in progress, and they probably could use volunteers.

my aspirations are more toward the vision side, I'm a graphics person and need to get on with producing synthetic data or something