#103 · Primary category: Inference & Local Deploy
club-3090
Community recipes for serving LLMs on RTX 3090/4090/5090 CUDA gpus. Multi-engine (vLLM, llama.cpp, ik_llama) and model-agnostic. Currently shipping Qwen3.6-27B Qwen3.6 35B Gemma 4 26B Gemma 4 31B configs for 1× and 2× cards.
Project last updated:08/27/26
GitHub Stars
2.1K
Forks
128
Contributors
24
License
Apache-2.0
Why we included this project
Anyone running one or two high-VRAM consumer cards, whether for a homelab or as a dev backend, can skip the usual fiddly part of serving modern open-weight LLMs: this repo collects working configs instead of leaving you to tune engines yourself. It bundles validated Docker Compose setups for vLLM, llama.cpp, and ik_llama, all exposing an OpenAI-compatible API on localhost, and it is honest about the trade-offs. The measured benchmarks tell you which configuration crashes under real tool-using agent workloads and which one fills a 200K context window cleanly, and the FAQ spells out per-card gotchas for the 3090, 4090, and 5090. Helper scripts and an interactive wizard walk you through downloading and verifying model weights, picking a variant for your GPU count, booting it, sanity-testing the endpoint, and running benchmarks. If you want a reproducible local inference baseline without tuning engines from scratch, the curated defaults and the hardware-aware picker genuinely save time.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.