返回
GCgithub.com
38
·开发者社区 · RSS

Jamesob's guide to running SOTA LLMs locally

查看原文
推荐理由

这条记录涉及编程工具或代码能力更新,适合开发者评估工作流变化和可复用价值。

Note: nothing in this README aside from the tables was written by AI.

Have $2k burning a hole in your pocket and want some local, state-of-the-art machine intelligence?

How about $40k?

If Dario and Altman are giving you heartburn (they should be), read on to figure out how to run this new kind of computing locally.

In this repo you'll find

- the hardware I use to run SOTA locally,

- why I bought what and little-known secrets for configuring it,

- how I run speech-to-text (STT) locally,

- ready-to-run configuration for running models I think are good within Docker containers.

Contents

Section TL;DR

How much are you willing to spend? $2k gets you Qwen and good STT (pretty far!); $40k gets you almost-Opus

Base system Last-gen EPYC + eBay DDR4 for $5.6k

GPUs 4× RTX PRO 6000, 384GB VRAM (where the money went)

c-payne switch sub-BOM Indie PCIe switching from c-payne.com so GPUs talk peer-to-peer

GPU mount A day of carpentry

Making the switch behave BIOS bifurcation, link speed, ASPM

Kernel / GRUB params iommu=off

or NCCL hangs

ACS disable Keep P2P traffic inside the switch fabric

GPU power limiting Running $46k of silicon on a 110V circuit

Result Gen4 line rate: 27.5/50.4 GB/s, sub-µs latency

runners/

Ready-to-run serving configs: GLM-5.2-594B : vLLM docker-compose, DCP4+MTP5, ~80 t/s @ 240k ctx

主题标签官方公告GitHub开源代码端侧推理
原始关键词#jamesob#locally#running#guide#llms#sota
查看原文github.com
单一来源,暂无交叉验证
Jamesob's guide to running SOTA LLMs locally · BuzzRadr