
llama.cpp
SoftwareWikipedia
73
MENTIONS
48
EPISODES
31
PODCASTS
Search complete. 73 mentions across 48 episodes found for "llama.cpp".
Sep 11, 2026
We unfolded the iPhone Duo
C
58:38CJ TrowbridgeGUEST
And they have a Xeon, and they have two GPUs, and they're, like, small GPUs, but it's big enough that you can, you can put the parts of the model that need to go fast on there.
C
58:47CJ TrowbridgeGUEST
So something like Ollama or Llama.cpp, they'll do that automatically.
C
58:51CJ TrowbridgeGUEST
They'll take the encoder, the decoder layers, the KV cache, and stick that on the GPUs, run everything else out of the system RAM.
C
58:58CJ TrowbridgeGUEST
And suddenly you can run these huge models, or even from the hard drive, right? You don't even need the RAM to hold the model.
Chapter 412 - The Harness Matters More
Y
17:23YuvalHOST
Third is the intelligence engine, which can be any local model like Llama Three or Gemma.
Y
17:28YuvalHOST
Fourth is the inference engine itself, like Llama CPP or VLM.
A
17:33AmitHOST
And the fifth primitive covers tools and memory using a standard protocol, along with learning systems like direct preference optimization or LoRA to make the agent persistently improve over time.
Y
17:45YuvalHOST
The absolute coolest part of the presentation by John was the optimization loop To bridge the gap between local and cloud models, they actually use a cloud model to automatically optimize the local stack configuration.
Numerics.NET with Jeffrey Sax
C
20:24Carl FranklinHOST
But I don't think it was enough because it was doing the confusing things that the other models had done earlier, which is telling you that it couldn't reach the API, giving you some weird nil error and stopping.
C
20:41Carl FranklinHOST
So Rocky tells me about llama.cpp. And lama.cpp is an alternative to olama that it allows you to host models.
C
20:54Carl FranklinHOST
But the cool thing about it is that it can take the compute heavy stuff and run that in VRAM, and then it can use your system RAM for the rest of it.
C
21:04Carl FranklinHOST
Now, I don't know if it swaps things in and out, system RAM, VRAM, or it just runs some things that don't require such a heavy load.
C
21:46Carl FranklinHOST
So the episode would be 43, and that would be on last week, September 2nd.
C
21:55Carl FranklinHOST
So if you want to see what that does, I'm going to have a live demo of it.
C
21:59Carl FranklinHOST
Going to try it, but llama.cpp. Know it, learn it, love it.
C
22:02Carl FranklinHOST
Cool.
Numerics.NET with Jeffrey Sax
C
21:09Carl FranklinHOST
it was enough, because it was, it was doing the confusing things that the other models had done earlier, which is telling you that it, you know, couldn't reach the API, um, giving you some weird nil error and stopping.
C
21:26Carl FranklinHOST
So Rocky tells me about llama.cpp, and llama.cpp is an alternative to Ollama that, uh, it allows you to host models.
C
21:39Carl FranklinHOST
But the cool thing about it is that it can take the compute-heavy stuff and run that in VRAM, and then it can use your system RAM for the rest of it.
C
21:49Carl FranklinHOST
Now, I don't know if it swaps things in and out, system RAM, VRAM, or it just runs some things that don't require such a heavy load-
R
22:40Richard CampbellHOST
Okay.
C
22:40Carl FranklinHOST
So if you wanna see what that does, I'm gonna have a live demo of it.
C
22:44Carl FranklinHOST
Gonna try it, but llama.cpp. Know it, learn it, love it.
R
22:47Richard CampbellHOST
Cool.
Numerics.NET with Jeffrey Sax
C
19:53Carl FranklinHOST
But I don't think it was enough because it was doing the confusing things that the other models had done earlier, which is telling you that it couldn't reach the API, giving you some weird nil error and stopping.
C
20:11Carl FranklinHOST
So Rocky tells me about llama.cpp. And lama.cpp is an alternative to olama that it allows you to host models.
C
20:24Carl FranklinHOST
But the cool thing about it is that it can take the compute heavy stuff and run that in VRAM, and then it can use your system RAM for the rest of it.
C
20:34Carl FranklinHOST
Now, I don't know if it swaps things in and out, system RAM, VRAM, or it just runs some things that don't require such a heavy load.
C
21:16Carl FranklinHOST
So the episode would be 43 and that would be on last week, September 2nd.
C
21:25Carl FranklinHOST
So if you want to see what that does, I'm going to have a live demo of it.
C
21:28Carl FranklinHOST
I'm going to try it, but llama.cpp. Know it, learn it, love it.
C
21:32Carl FranklinHOST
Cool.
🍝 Stop writing prompt spaghetti.
S
16:20speaker_0HOST
Oh, I see.
S
16:21speaker_1HOST
You need to be running your own self-hosted open weight models on runtimes like VLLM, llama.cpp or MLX.
S
16:28speaker_0HOST
So what does this all mean for the average dev? Like if I'm a developer reliant on a closed hosted API right now, if I'm just sending REST requests to OpenAI, Anthropic or Gemini, I don't have access to their internal inference math.
S
16:40speaker_1HOST
You don't.
Bright Videos News, Sep 8, 2026 - New Trump Tariffs on SOLAR PANELS Make Off-Grid Living Difficult and Expensive + Interview On LIGHT as Medicine
M
1:00Mike AdamsHOST
You know how I have all these older sixteen gig, uh, GPUs sitting around, like forty of them, that I thought were no longer useful? Well, it turns out suddenly they're useful again because some brilliant person came up with this idea of what's called KV cache streaming.
M
1:18Mike AdamsHOST
It's a fork of Llama CPP, which is the inference engine that serves models, and it turns out you can take this Alibaba Qwen twenty-seven B model, and I'll, I'll stop geeking out here in a second.
M
1:30Mike AdamsHOST
You can take this model, and you can run it on these sixteen gig cards with multiple concurrency lanes because of KV cache streaming, and it's freaking fast.
M
1:41Mike AdamsHOST
So all of a sudden, there's new life, uh, in my old GPUs, and I've been working to put them back into production in my mini data center, which is serving up all the, you know, all the book writing for the BrightLearn engine and, uh, all the document processing for BrightAnswers.ai, et cetera.
Understanding patterns of adoption and adaptation of open models on local systems, Woohyeuk (Kevin) Lee
W
1:47Woohyeuk LeeGUEST
And yeah, the first paper is on a subreddit named r slash local llama, which hosts people who Seek local AI and kind of build systems around it.
W
2:03Woohyeuk LeeGUEST
And the second paper is on llama.cpp, which is a cross-platform inference tooling system.
W
2:13Woohyeuk LeeGUEST
And yeah, it's on what infrastructure must exist underneath llama.cpp and who shapes it.
S
2:21speaker_1HOST
So
W
2:23Woohyeuk LeeGUEST
I'll get into the slides.
7 MINS LATER
W
8:59Woohyeuk LeeGUEST
Yeah.
W
9:08Woohyeuk LeeGUEST
I also want to talk about what localness means as an infrastructure.
W
9:19Woohyeuk LeeGUEST
And this is specifically on the second paper discussing llama.cpp.
Local AI Clearly Explained
G
6:05Greg IsenbergHOST
And I'll explain what those two things are.
G
6:07Greg IsenbergHOST
Llama.cpp powers a lot of the local model inference.
G
6:12Greg IsenbergHOST
MLX matters if you're on Apple Silicon.
G
6:16Greg IsenbergHOST
And if you're thinking about shipping real on-device apps in the Google ecosystem, that's where Google AI Edge and Lite RT LM come in.
Nvidia/Hugging Face
M
6:13Matt HousleyHOST
But I would also say if I were interested in starting a new company, I might run out and say I am starting a competitor to Hugging Face that's going to focus on non-NVIDIA hardware.
M
6:24Miriah PetersonGUEST
I don't think Hugging Face is hardware-specific, though, because the only thing they have that's hardware-specific is they support Llama C++, which does have hardware-specific builds.
M
6:34Miriah PetersonGUEST
But you go to any Hugging Face transformer repo, which is what I use, and they say, OK, great.
M
6:40Miriah PetersonGUEST
Here is how to run it on all 15 different kinds of hardware.
38 more episodes mention llama.cpp.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.