0xSero GitHub avatar

glm52-exl3-4x-rtx-pro-6000

0xSero

这是一个在四块 RTX PRO 6000 GPU 上用 vLLM 运行 GLM-5.2-EXL3 的复现套件,保留 CUDA graphs、MTP3 与正常高推理行为,并提供基准测试和验证工具。

Stars

6

7 天增长

暂无数据

Fork 数

3

开放 Issue

2

开源协议

MIT

最近更新

2026-07-30

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供了一个端到端、哈希固定的 vLLM 大规模推理服务复现套件,包含精确的 GPU 顺序、风扇策略、基准测试工具和现场证据快照,使配置漂移可见且可恢复。

适合谁使用

  • 在 vLLM 上部署大型 GLM 模型的多 GPU 运维人员
  • 关注可复现推理基准测试的 ML 基础设施工程师
  • 使用 NVIDIA Blackwell GPU 进行 LLM 服务的团队
  • 验证 CUDA graphs 和 MTP 工作负载的 Pop!_OS/Ubuntu 服务器管理员

典型使用场景

  • 在类似硬件上复现已验证的四 GPU GLM-5.2-EXL3 推理服务配置
  • 运行持续 C1/C2/C4 热基准测试,测量解码速度、提示处理速度和 TTFT
  • 验证运行主机是否匹配已知良好的镜像、进程参数、GPU/CPU 策略和风扇设置
  • 通过捕获的快照和 Local Studio recipe 审计配置漂移

项目优势

  • 固定不可变镜像摘要和精确 compose 文件,支持可复现部署
  • 自动化脚本覆盖安装、启动、验证、基准测试和现场状态捕获
  • 快照证据包含容器检查、进程参数、镜像元数据、硬件清单和服务状态
  • 基准测试包含 SSE 空闲和引擎停摆看门狗,可保留日志并重启固定容器

使用前须知

  • 需要恰好四块可见的 NVIDIA GPU 以及指定的模型/缓存目录,虽然路径可覆盖
  • CPU 风扇控制服务是主板相关的,仅在 ASUS Pro WS WRX90E-SAGE SE 上验证
  • 该套件固定到特定 vLLM 镜像和 2026 年 7 月 30 日验证的配置,迁移需要重新验证

README 快速开始

GLM-5.2 EXL3 four-GPU reproduction bundle

This bundle reproduces the live Pop!_OS configuration validated on 30 July 2026. It runs GLM-5.2-EXL3 on four RTX PRO 6000 Blackwell GPUs, keeps normal high-reasoning behavior, uses MTP3, and preserves the server's full and piecewise CUDA graphs. It does not use eager execution, disable CUDA graphs, add stop sequences, or impose a generation token cap.

Known-good operating point

  • Server image: voipmonitor/vllm:gilded-gnosis-v20-vllmb46c3aa-si35aebc6-fi801d57a-cu132-20260730-r12@sha256:bcd65c13076b00cf7804001ce70085453de958b082897b9674a26d9fab4d436a
  • Model: GLM-5.2-EXL3-TR3-3.0bpw
  • GPUs: four RTX PRO 6000 Blackwell, 250 W limit each
  • CPU: boost enabled, 3.1 GHz maximum, powersave governor, balance_performance EPP
  • CPU fan policy: 60% at 20 C, 80% at 40 C, 100% at 55 C and above
  • GPU fan policy: 50% at 30 C, linear aggressive ramp, 100% at 80 C
  • Safety stops in benchmark: CPU 88 C, GPU 82 C
  • Serving: TP4, DCP4, ag_rs, MTP3 greedy
  • KV cache: NVFP4 DSA MLA KV, configured by the pinned image launcher
  • Context: 140,000 maximum model length
  • Scheduler: maximum 8 sequences, 3,072 batched tokens, async off
  • GPU memory utilization: 0.95
  • CUDA graphs: graph ceiling 32; effective runtime capture sizes are recorded in snapshot/effective-process-args.txt and the server log
  • PCIe experimental paths: disabled

The exact host-bound compose file is docker-compose.exact-popos.yml. It preserves the validated GPU UUID order. Use docker-compose.portable.yml for a similar four-GPU machine; it maps the four GPUs as CUDA devices 0 through 3.

Prerequisites

  1. Pop!_OS or Ubuntu with a working NVIDIA driver, Docker Engine, NVIDIA Container Toolkit, Docker Compose v2, curl, Python 3, ipmitool, and systemd.
  2. Exactly four visible NVIDIA GPUs.
  3. The EXL3 model at /mnt/llm_models/GLM-5.2-EXL3-TR3-3.0bpw, or set GLM52_MODEL_DIR.
  4. A writable cache directory at /mnt/llm_models/cache_glm52_exl3_text, or set GLM52_CACHE_DIR.
  5. Python 3 with the venv module. The installer creates an isolated /opt/glm52-host environment and installs the hash-pinned NVML binding.
  6. The raw CPU fan command is board-specific and was validated on the ASUS Pro WS WRX90E-SAGE SE. Do not install that service on another board until its IPMI command and readback format are verified.

On

项目描述

Reproducible GLM-5.2 EXL3 MTP3 serving and thermal profile for 4x RTX PRO 6000 Blackwell

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
gavamedia
精选
gavamedia GitHub avatar

deltafin

Deltafin is a research project that runs the 2.8-trillion-parameter Mixture-of-Experts model Kimi K3 on a single Apple Silicon Mac (e.g., M1 Max with 64 GB) at about 16 seconds per token, using exact, reproducible inference with local or streaming expert loading.

AI 与机器学习大语言模型
304
jamesob
精选
jamesob GitHub avatar

local-llm

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

AI 与机器学习大语言模型
1,660