AirLLM 70B inference with single 4GB GPU
github.com
AirLLM 70B inference with single 4GB GPU
1–10 of 92 posts
Re: AirLLM 70B inference with single 4GB GPU
#2Let’s say I wanted to run a full size open weight model. I have a 128GB m3 max laptop.
Does this basically load layers in and out on demand? So I still have to download the full model to disk, but the RAM requirements go way down? The readme calls out that one still needs to connect HuggingFace, which leads me to believe that maybe you don’t even need to download the full model?
Re: AirLLM 70B inference with single 4GB GPU
#3Re: AirLLM 70B inference with single 4GB GPU
#4IIUC, Kimi K3 on RTX 6000 Ada (48GB) takes 292 s/token
Re: AirLLM 70B inference with single 4GB GPU
#5I’m still slightly confused on what this adds. Let’s say I wanted to run a full size open weight model. I have a 128GB m3 max laptop. Does this basically load layers in and out on demand? So I still have to download the full model to disk, but the RAM requirements go way down? The readme calls out that one still needs to connect HuggingFace, which leads me to believe that maybe you don’t even need to download the ful…
It reads like it is keeping only the core and the active layer loaded at any one point, and streams layers from disk; there are several other solutions like this and if my understanding is right, this is probably better than an mmap implementation or just streaming experts in.
Re: AirLLM 70B inference with single 4GB GPU
#6Hoping a winner emerges with some real momentum behind it.
Re: AirLLM 70B inference with single 4GB GPU
#7For anyone wondering “how slow is this?” IIUC, Kimi K3 on RTX 6000 Ada (48GB) takes 292 s/token https://github.com/lyogavin/airllm/releases/tag/v3.1.0
Re: AirLLM 70B inference with single 4GB GPU
#8Seeing a lot of these “run 1TB models with 1GB RAM” projects recently. Most seem vibe coded and probably won’t be maintained. Hoping a winner emerges with some real momentum behind it.
Re: AirLLM 70B inference with single 4GB GPU
#9Re: AirLLM 70B inference with single 4GB GPU
#10I guess the use case is something like: you have a slightly obsolete Mac or PC or a whole bunch of them, and just need to compose one or more convincing spam emails, but it's fine if it takes a full week to do it?