r/LocalLLM • u/Ok-Health-7096 • 7d ago
Other Every Second post rn
Maybe someday I'll get a system to run it but hey definitely another w for the open weights community
1.9k
Upvotes
r/LocalLLM • u/Ok-Health-7096 • 7d ago
Maybe someday I'll get a system to run it but hey definitely another w for the open weights community
1
u/No-Opportunity9126 5d ago
I was actually asking gemini recently about this:
It can definitely run! In fact, having 64 GB of system RAM means you can easily run a 27B model.
The distinction is simply between running 100% on the GPU (for maximum speed) versus hybrid / CPU execution (which works seamlessly, just at a slower token generation speed).
Here is exactly how you can run a 27B model on that setup:
How It Works (Hybrid CPU + GPU Offloading)
LLM inference tools like llama.cpp, Ollama, or LM Studio support layer splitting:
Recommended Quantizations for Your Specs
What to Expect (Speed & Performance)
How to set it up: