How to Run LLAMA 3 on your PC or Raspberry Pi 5

  Рет қаралды 14,220

Gary Explains

Gary Explains

Күн бұрын

Пікірлер: 59
@maxdiamond55
@maxdiamond55 8 ай бұрын
Thanks Gary great video, nice and direct. Exactly whats needed to get up and going, can't wait to test this.
@EndaFarrell
@EndaFarrell 8 ай бұрын
I _did_ get set up after watching this: 15 min later I was up and running with Llama 3 7B in lmstudio. Thanks Gary!
@sonofabippi
@sonofabippi 8 ай бұрын
This was such a pleasant, easy to digest video about llama 3, that the next video started playing and I was like, "wait, that dude was awesome. I need to go back, do all the things (like, subscribe, bell)!"
@coolParadigmes
@coolParadigmes 8 ай бұрын
Amazing that such a huge LLM can run on a Raspberry PI 5! By the way for the towel question (3 towels=3 hours to dry, how long for 9 towels?) it describes correctly the reasoning to use [it depends on the towels characteristics (supposed identical) and the drying process], but it gets it wrong anyway 🙂 1 hour/towel which is only valid with a dryer paradigm with a drying power of precisely one towel/hour, but in the sun and plenty of space it takes the same time independently of the number of towel, so 3 hours.
@DanMortenson
@DanMortenson 8 ай бұрын
So why are you answering 3 hours? Is it because you batched the towels into 3-towel batches? But why do that? Lay them all out together on a sunny day, and ONE hour later they will be dry.
@coolParadigmes
@coolParadigmes 8 ай бұрын
​@@DanMortenson I assumed that the original question "3 hours for 3 towels to dry" implied implicitly a standard external sunny garden also because 3 hours inside a dryer for 3 towels is incredibly long. But of course the original setting (3 hours for 3 towels) could be in relation with a malfunctioning dryer or super wet towels etc. So except assuming the most probable setting for the 2 situations (outside in both cases) we don't have enough information to extrapolate the time for 9 towels.
@NordicSemi
@NordicSemi 8 ай бұрын
Love your t-shirt, Gary!
@peterfrisch8373
@peterfrisch8373 8 ай бұрын
Gary, would a Raspberry Pi run Llama 3 faster with a Google Coral TPU?
@chrisarmstrong8198
@chrisarmstrong8198 8 ай бұрын
Did it give the correct answer for the towels question ? It looked like it was about to say 9 hours.
@peanutnutter1
@peanutnutter1 8 ай бұрын
Looks like it
@JoelJosephReji
@JoelJosephReji 8 ай бұрын
yup, it got derailed towards the end
@An.Individual
@An.Individual 8 ай бұрын
You cannot say 9 hours is wrong. You need more information before you start telling LLM's they are wrong.
@Norman_Fleming
@Norman_Fleming 8 ай бұрын
@@An.Individual or anyone actually. The question is incomplete.
@ManthaarJanyaro
@ManthaarJanyaro 8 ай бұрын
Can I feed the data to it, and ask from that Data?
@andueskitzoidneversolo2823
@andueskitzoidneversolo2823 8 ай бұрын
never heard of the towel question. i like it. like asking if a pound of feathers on Jupiter also weighs the same on earth.
@G4GUO
@G4GUO 8 ай бұрын
Are those examples using a quantized version of the model?
@GaryExplains
@GaryExplains 8 ай бұрын
Yes
@Nik.leonard
@Nik.leonard 8 ай бұрын
Ollama by default uses q4_0. I'm not sure why it doesn't uses the arguably better, and only slightly larger q4_KM
@G4GUO
@G4GUO 8 ай бұрын
@@GaryExplains I thought that might be the case. I am running the 8B model on an RTX4090 and wondered how you managed to get it to fit!
@EddieLongStockings
@EddieLongStockings 5 ай бұрын
"What is my purpose?" "You pass the butter."
@mikeburke7028
@mikeburke7028 8 ай бұрын
Thanks, definitely going to give it a try.
@GaryExplains
@GaryExplains 8 ай бұрын
Have fun!
@iAmMeAndYouAreYou
@iAmMeAndYouAreYou 6 ай бұрын
Did you speed the reply up? I have the phi 3 mini on my rpi5 (4gb) and its insanely slow.
@MRLPZ359
@MRLPZ359 7 ай бұрын
Interesting video, any experience with other models, maybe SLMs like Phi-3 on raspberry pi. Also on smaller Raspis. Is there a chance to run this on a Raspi Zero 2 ?
@aleksandardjurovic9203
@aleksandardjurovic9203 8 ай бұрын
Thank you!
@JNET_Reloaded
@JNET_Reloaded 8 ай бұрын
ollama run dolphin-llama3
@AlwaysCensored-xp1be
@AlwaysCensored-xp1be 8 ай бұрын
Thanks, will try that one. Don't like some answers from Llama3
@xuldevelopers
@xuldevelopers 8 ай бұрын
When recommending software to install on users' computers, how do you verify its source? Have you read the terms and conditions? What do you know about that company?
@ex2uply
@ex2uply 8 ай бұрын
hey which ram version of raspberry Pi u are using?
@GaryExplains
@GaryExplains 8 ай бұрын
Pi 5 with 8GB.
@vasudevmenon2496
@vasudevmenon2496 8 ай бұрын
Any reason why llama file wasn't used since you can swap out gguf file which works on nvidia, m1 and experimental support for rocm? Duck duck go AI chat is quite good and didn't need login. Claude felt a bit more natural than openai gpt4. Is llama3 a new foundation model that can perform on par with higher parameter in condensed form?
@GaryExplains
@GaryExplains 8 ай бұрын
Having to swap out one file for another defeats the whole purpose of llamafile.
@vasudevmenon2496
@vasudevmenon2496 8 ай бұрын
@@GaryExplains but you can use different models with same executable.
@GaryExplains
@GaryExplains 8 ай бұрын
Yes, but the whole point of llamafile is that you just download one file, that is its unique feature, otherwise use LM Studio or Ollama. Lllamafile is based on llama.cpp, as is LM Studio, so you gain nothing by fiddling around with the internals of llamafile. Just use an app that is designed to support multiple models. For example LM Studio also has experimental support for rocm, because they use the same underlying tech.
@vasudevmenon2496
@vasudevmenon2496 8 ай бұрын
@@GaryExplains oh wait i think you're mistaking it for generic 4GB file covered in your video. I'm just using their small executable which needed to be renamed to exe and proper gguf and other parameters. So
@GaryExplains
@GaryExplains 8 ай бұрын
OK, but I still don't see how that is better than LM Studio or Ollama?
@Wobbothe3rd
@Wobbothe3rd 8 ай бұрын
Could a Mac with sufficient RAM run the full model?
@timr.2257
@timr.2257 8 ай бұрын
What would be the specs required for the 70 billion parameter model?
@tonysheerness2427
@tonysheerness2427 8 ай бұрын
Money.
@Nik.leonard
@Nik.leonard 8 ай бұрын
Quantized on 4 bit it requires aprox. 40gb VRAM, puting it only in the realm of dual RTX 3090/4090's or top-tier mac M series (Max or Ultra with 64gb ram). Sure, you can run it in cpu/gpu mixed mode if you have 64gb ram but it will generate only 1 to 2 Tokens per second. The full unquantized model weighs 141gb so it's nearly impossible to run in a home lab. For testing the model, you can use Groq beta.
@Wobbothe3rd
@Wobbothe3rd 8 ай бұрын
@@Nik.leonard Thanks, was wondering exactly this.
@MrStevemur
@MrStevemur 8 ай бұрын
Sounds fun, but I'd like it to be able to analyze input from sources other than what I type into a chat window. E.G., "Read report_final.docx and generate a summary." Are we there yet?
@Vinnye9
@Vinnye9 8 ай бұрын
GPT-4 can do it, but i haven't seen any local options. Sorry.
@PrashantKumarPrasad
@PrashantKumarPrasad 4 ай бұрын
Can you share codes to run llama3 in raspberry. I don't think it is possible to run llama in raspberry !
@GaryExplains
@GaryExplains 4 ай бұрын
I show it running on the Raspberry Pi in the video. Just use ollama exactly like I show.
@PrashantKumarPrasad
@PrashantKumarPrasad 4 ай бұрын
@@GaryExplains Last week I spent too much time but none of solution worked. If you have a basic example code that I can copy paste it will help me lot.
@GaryExplains
@GaryExplains 4 ай бұрын
It should work exactly like I show in the video. The command to install oolama is on the oolama web site. What Pi are you using? How much RAM does it have? What error did you get?
@Try2-Imagine
@Try2-Imagine 8 ай бұрын
Will a dual cpu 40 core xenon server wirh 128G ram run the 70 billion version?
@Try2-Imagine
@Try2-Imagine 8 ай бұрын
Also, has the extreme liberal bias been removed?
@moldytexas
@moldytexas 8 ай бұрын
Afaik yes. It takes around 20-40gb of storage, just that inference will he stupidly slow. If you have access to some beefy gpu's, offload it onto that depending upon vram ofc.
@johncage5368
@johncage5368 6 ай бұрын
7:10 ... and there it failed 😂
@iainmalcolm1
@iainmalcolm1 8 ай бұрын
hehe works a treat
Raspberry Pi 5
20:08
ExplainingComputers
Рет қаралды 563 М.
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 1,5 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
NVIDIA Jetson Orin Nano SUPER Unleashed: Build an AI Super Cluster
15:10
Raspberry Pi 5 vs N100 PC (featuring Ubuntu 23.10)
14:59
ExplainingComputers
Рет қаралды 494 М.
This Llama 3 is powerful and uncensored, let’s run it
14:58
David Ondrej
Рет қаралды 187 М.
AI on a Pi? Believe it!
12:29
Data Slayer
Рет қаралды 102 М.
Raspberry Pi 5 M.2 HatDrive!
15:48
ExplainingComputers
Рет қаралды 277 М.
Build Your Own GPU Accelerated Supercomputer - NVIDIA Jetson Cluster
15:03
The ULTIMATE Raspberry Pi 5 NAS
32:14
Jeff Geerling
Рет қаралды 2,7 МЛН
I Built a CoPilot+ AI PC (without Windows)
12:50
Jeff Geerling
Рет қаралды 479 М.