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

OpenClaw Architecture: Building a Persistent AI-Driven Distribution Engine
OpenClaw's architecture, featuring a daemon-driven approach with small composable tools, declarative recipes, and a memory layer, enables continuous and efficient automation workflows.

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.

Radio Free Gemma: Disaster AI via Meshtastic and Local LLM
A developer runs a Gemma 4:26B model locally on a mesh network using Meshtastic and OpenClaw, providing RAG-based emergency info via radio when cellular is down.

Designer builds native Mac photo tagging app with Claude Code and local vision model
A designer with no Xcode experience used Claude Code to build Loupe, a SwiftUI Mac app that analyzes photos with a local vision model (minicpm-v via Ollama) and writes IPTC/XMP metadata. The app includes parallel processing, hardware auto-detection, and a learning system that adapts to tagging style.