Earlier quoted context omitted.
You don't really need a maintainer when codex or claude code can set it up for you; thats how I got Trellis2 working on windows and tiny VRAM despite Microsoft recommending you have 24GB VRAM and Linux. Models are pretty disposable now.
This is complete dependency on LLM tools all the way from development to usage, and is risky as well as prone to failure
AirLLM 70B inference with single 4GB GPU
31–40 of 92 posts
Re: AirLLM 70B inference with single 4GB GPU
#32Earlier quoted context omitted.
> but are they functionally useful or helpful to anyone currently? Yes and no, depend on your expectations. Some/many like to run local LLMs just for the sake of it, so anything will do. MoE are useful on PC systems, at the condition of having high enough memory bandwidth (and large amounts of RAM) - that is, Threadripper/Pro. The advantage of MoE is that only a subset of the model's experts is used for each token, s…
Are people getting decent tokens/second throughput? Some of these demos crawl at 1 tok/s or worse, which limits their utility.
Re: AirLLM 70B inference with single 4GB GPU
#33Seeing 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.
No no, don't just say "vibe coded", say "Fable and $500 of credits"
Re: AirLLM 70B inference with single 4GB GPU
#34Earlier quoted context omitted.
Are people getting decent tokens/second throughput? Some of these demos crawl at 1 tok/s or worse, which limits their utility.
yes, I average 80-120 tok/s on my RTX 3080 with gemma 4 and faster with Qwen 3.5. The main use-case here is just code-monkey agents. I'm not looking for architectural guidance, but an agent to take a spec and complete it.
Re: AirLLM 70B inference with single 4GB GPU
#35Re: AirLLM 70B inference with single 4GB GPU
#36Re: AirLLM 70B inference with single 4GB GPU
#37For 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
#38Earlier quoted context omitted.
If you point it at a huggingface model identifier, it will download it, I assume. No way around that. 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.
Obviously needs downloading eventually :). It seems like this tool saves on both disk space and RAM, then. Classic trade off: speed vs space.
Re: AirLLM 70B inference with single 4GB GPU
#39Seeing 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.
You don't really need a maintainer when codex or claude code can set it up for you; thats how I got Trellis2 working on windows and tiny VRAM despite Microsoft recommending you have 24GB VRAM and Linux. Models are pretty disposable now.