Core Event: A hardware enthusiast successfully assembled a 768GB VRAM inference cluster using 12 decommissioned CMP 170HX mining cards, achieving massive model capacity (e.g., Llama 3 405B) at a total cost lower than a single enterprise-grade RTX 6000 Ada.
▶ Democratization of Massive LLM Inference: This build proves the viability of bypassing the "Nvidia Tax" on enterprise silicon by leveraging specialized secondary market chips, shattering the myth that 400B+ models require H100 clusters.
▶ Capacity vs. Throughput Trade-off: While 5 tokens/second is insufficient for real-time production, VRAM capacity is the primary bottleneck for model validation, long-context RAG, and offline batch processing, making this a strategic win for R&D.
▶ The Arbitrage of HBM2e: Although nerfed for general compute, the 64GB HBM2e stacks on the CMP 170HX represent a "gold mine" for VRAM-starved local AI development.
Bagua Insight
The AI hardware race is currently plagued by "Compute Anxiety," where buyers blindly chase peak FLOPs. However, this case highlights a critical "VRAM Gap" in the market: enterprise GPUs are priced for their compute density, yet many localized AI tasks are strictly memory-bound. For independent researchers and lean startups, the pain point isn't "speed to result," but "fitting the weights into memory."
This 12-card "Frankenstein" rig is essentially a market arbitrage against Nvidia’s product segmentation. By repurposing HBM2e-heavy silicon from the post-mining era, the user has created a "shadow infrastructure" for high-parameter model testing. While critics mock the 5 tk/s speed as "reading pace," in an R&D context, the ability to run a 405B model locally for under $7,000 is a massive strategic advantage over burning thousands of dollars on cloud providers like AWS or GCP for the same validation tasks.
Actionable Advice
For Lean AI Teams: Prioritize VRAM density over peak FLOPs during the initial model validation and RAG architecture testing phases. Building high-VRAM nodes via multi-GPU setups can drastically reduce early-stage OpEx.
Hardware Sourcing: Monitor secondary markets for specialized compute cards (e.g., CMP series, Tesla P40s). However, be prepared to solve non-trivial engineering hurdles such as custom cooling shrouds and PCIe lane distribution.
Software Optimization: On these low-bandwidth, high-capacity heterogeneous systems, focus on optimizing model sharding and pipeline parallelism to mitigate the lower individual card throughput.
SOURCE: REDDIT LOCALLLAMA // UPLINK_STABLE