The thing I like the most about the current AI wave is the pressure is putting on computing hardware. Yes, mobile phones with long battery lives are cool and all of that, but most cool things I like are locked behind huge computational requirements.
Fork of Facebook’s LLaMa model to run on CPU
21–30 of 178 posts
Re: Fork of Facebook’s LLaMa model to run on CPU
#22Unlike Stable Diffusion, I don't stumble upon people who actually use it. Are there examples of the output this can generate? What happens once you manage to run the model?
Re: Fork of Facebook’s LLaMa model to run on CPU
#23The thing I like the most about the current AI wave is the pressure is putting on computing hardware. Yes, mobile phones with long battery lives are cool and all of that, but most cool things I like are locked behind huge computational requirements.
With a bunch of people trailling behind with "it kind of works" open alternatives.
Re: Fork of Facebook’s LLaMa model to run on CPU
#24Unlike Stable Diffusion, I don't stumble upon people who actually use it. Are there examples of the output this can generate? What happens once you manage to run the model?
Re: Fork of Facebook’s LLaMa model to run on CPU
#25The thing I like the most about the current AI wave is the pressure is putting on computing hardware. Yes, mobile phones with long battery lives are cool and all of that, but most cool things I like are locked behind huge computational requirements.
Crazy to me that as soon as one GPU wave is dying (crypto), another one is picking up slack.
Re: Fork of Facebook’s LLaMa model to run on CPU
#26Earlier quoted context omitted.
Reading the patch: https://github.com/facebookresearch/llama/compare/main...mar... Looks like this is just tweaking some defaults and commenting out some code that enables cuda. It also switches to something called gloo, which I'm not familiar with. Seems like an alternate backend.
you don't actually need to switch to gloo, I just have no idea what I'm doing.
Re: Fork of Facebook’s LLaMa model to run on CPU
#27Re: Fork of Facebook’s LLaMa model to run on CPU
#28Unlike Stable Diffusion, I don't stumble upon people who actually use it. Are there examples of the output this can generate? What happens once you manage to run the model?
Pretty sure you wouldn’t see anyone using it commercially as IIRC it’s only public due to a leak.
1) Spin it up on a cluster in Belarus
2) ???
3) Profit?
Re: Fork of Facebook’s LLaMa model to run on CPU
#29The thing I like the most about the current AI wave is the pressure is putting on computing hardware. Yes, mobile phones with long battery lives are cool and all of that, but most cool things I like are locked behind huge computational requirements.
Crazy to me that as soon as one GPU wave is dying (crypto), another one is picking up slack.
Re: Fork of Facebook’s LLaMa model to run on CPU
#30It's useless before the model gets instruction and preference tunings. Won't even follow a simple ask, it will just assume it is a list of questions and generate more, or continue with slightly related comments. FB trained a LLaMA-I (instruction tuned) variant for sports, just to show they can, but I don't think it got released.