5 ms·
RAM is never the issue, it's always the compute power
by bakraman 1mo ago
RAM is never the issue, it's always the compute power
- geek_at 1mo agoand memory bandwidth
- spider-mario 1mo agoRAM is not “never” the issue. My iPhone and MacBook Air could both run larger and more capable models if they had more RAM.
- tuetuopay 1mo agoQuite the opposite, RAM is always the issue. More specifically, high bandwidth RAM.
- mhaberl 1mo agowhat??? not true! for inference the compute is the last thing we need more of. memory bandwidth is the numebr one blocker, after that the inefficiencies that where introduced with MoE models (and all new large models are made that way) Here is a quick read: https://news.ycombinator.com/item?id=49324600 https://news.ycombinator.com/item?id=49324600
- CamouflagedKiwi 1mo agoIt's absolutely not for these models. There are plenty of consumer GPUs out there with 8 or 12GB VRAM - they are comparatively very fast at inference but just aren't big enough to run lots of the models you want. Also context management is a massive pain.
- DanielHB 1mo agoI run qwen3.5-9B on an RTX 3080 with 10GB of vram. It runs at ~77tk/s with around 50k context size. As soon as I switch to a model that doesn't fully fit into vram it tanks to <10tk/s which makes it unusable for me for most tasks.
- piva00 1mo agoRAM bandwidth is the main issue for running LLMs on consumer hardware...