Earlier quoted context omitted.
Crazy to me that as soon as one GPU wave is dying (crypto), another one is picking up slack.
One day we'll find out that all of the VR, crypto, and maybe now AI bubbles were nothing but conspiracies being driven by big-GPU to keep their share price up.
Fork of Facebook’s LLaMa model to run on CPU
61–70 of 178 posts
Re: Fork of Facebook’s LLaMa model to run on CPU
#62The 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.
John Hopkins are working on organoids that will replace silicon GPUs for AI.
Re: Fork of Facebook’s LLaMa model to run on CPU
#63Earlier quoted context omitted.
Crazy to me that as soon as one GPU wave is dying (crypto), another one is picking up slack.
One day we'll find out that all of the VR, crypto, and maybe now AI bubbles were nothing but conspiracies being driven by big-GPU to keep their share price up.
Re: Fork of Facebook’s LLaMa model to run on CPU
#64It'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.
Re: Fork of Facebook’s LLaMa model to run on CPU
#65Re: Fork of Facebook’s LLaMa model to run on CPU
#66Would running on a cpu be more or less power efficient then running on a gpu with the same words per second rate?
Re: Fork of Facebook’s LLaMa model to run on CPU
#67The 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.
John Hopkins are working on organoids that will replace silicon GPUs for AI.
Re: Fork of Facebook’s LLaMa model to run on CPU
#68Earlier quoted context omitted.
How are you getting this to run fast? I'm on a top of the line M1 MBP and getting 1 token every 8 minutes.
Try switching all the .cuda() to .mps() I got a 100x speedup on a different language model on a Macbook M1 Air. https://pytorch.org/docs/stable/notes/mps.html
Re: Fork of Facebook’s LLaMa model to run on CPU
#69i have a friend who owns an macbook pro m1 max. what kind of performance can i get?