Local vLLM Hosting on 2x Modded 2080 Ti for OpenClaw: Real-World Experience

A Reddit user on r/openclaw describes their setup for local AI hosting using two modded 22GB 2080 Ti GPUs purchased from Alibaba, connected via NVLink, and running vLLM instead of Ollama for tensor parallelism. They are targeting a 20-30B parameter model and ask the community for recommendations suited for light coding work, homelab maintenance, RAG, email triage, and document creation—with heavy coding tasks passed to a Codex OAuth service.
Key details from the post:
- Hardware: 2x 22GB (modded) 2080 Ti from Alibaba, likely former mining cards. NVLink bridge interconnects them.
- Software: vLLM chosen over Ollama explicitly to leverage tensor parallelism across both GPUs.
- Goal: Run a local model in the 20-30B parameter range for OpenClaw, with tasks including light coding, homelab management, RAG, email triage, and document generation.
- Users express buyer's remorse and seek validation or practical model suggestions.
The community discussion (linked below) offers firsthand accounts of similar setups, model recommendations (e.g., CodeLlama, DeepSeek Coder, or general-purpose models like Mixtral 8x7B), and tips on memory optimization and prompt engineering for vLLM. Some commenters caution about the modded GPUs' reliability and suggest testing with smaller models first.
📖 Read the full source: r/openclaw
👀 See Also

Running OpenClaw with Full Cloud Credentials Instead of a Dedicated Machine
A developer shares their experience giving OpenClaw a fully isolated GCP account with full credentials, allowing it to operate on over 40 GitHub projects, spin up around 30 Docker containers, and manage storage, databases, and supporting infrastructure.

Claude Code's Underrated Strength: Codebase Navigation Over Code Generation
A developer reports that after months of using Claude Code as their primary dev tool, the biggest productivity gain comes from its ability to read and cross-reference entire codebases faster than grep, enabling rapid understanding of data flows and debugging.

Developer builds YouTube news multistream viewer with Claude Code
A developer used Claude Code to build Beholder, a real-time news monitoring dashboard that displays dozens of live YouTube news streams simultaneously with media bias ratings. The tool includes 200+ channels, live news tickers, and works across mobile, tablet, and desktop.

AI-Powered E-commerce Store Recovers from 3AM Crash Without Human Intervention
An AI-operated e-commerce store experienced an unhandled exception that took down the order pipeline at 3am. The system autonomously detected the failure, identified the root cause, attempted a fix, verified recovery, and resumed operations before morning.