Skip to content

Instantly share code, notes, and snippets.

View dougbtv's full-sized avatar

Doug Smith dougbtv

View GitHub Profile
@dougbtv
dougbtv / qwen38-usage-guide.md
Created August 12, 2026 16:59
Qwen 3.8-2.4T-A95B (NVFP4): Build, Run, and Smoke Test Guide

Qwen 3.8-2.4T-A95B (NVFP4): Build, Run, and Smoke Test Guide (nm-vllm-ent v0.27.1)

Smoke test of the Qwen 3.8 Max model (2.4T total parameters, 95B active) using community NVFP4 weights on 8x NVIDIA B300 SXM6 275GB GPUs, served via the midstream v0.27.1 container image.

Build Information

Field Value
Model Inferact/Qwen3.8-2.4T-A95B-NVFP4 (community NVFP4 quant of Qwen/Qwen3.8-2.4T-A95B)
Container Image quay.io/vllm/automation-vllm:cuda-31490750632
@dougbtv
dougbtv / nemotron-35-gist.md
Created August 11, 2026 20:15
NVIDIA Nemotron 3.5 Lightning 30B-A3B NVFP4: Build, Run, and Smoke Test Guide (nm-vllm-ent v0.27.1)

RHAIIS Early Access: NVIDIA Nemotron 3.5 Lightning 30B-A3B NVFP4

A guide for serving NVIDIA's Nemotron 3.5 Lightning model using the Red Hat AI Inference Server with vLLM.

About Nemotron 3.5 Lightning

Nemotron 3.5 Lightning is a 30B parameter Mixture-of-Experts model with 3B parameters active per forward pass (A3B). The NVFP4 variant uses NVIDIA's ModelOpt mixed quantization (NVFP4 weights + MXFP8 + FP8 E4M3 KV cache), bringing the on-disk footprint down to ~20 GiB.

The model includes reasoning capabilities — chat responses include a thinking/reasoning trace before the final answer.

@dougbtv
dougbtv / gist-handoff.md
Created July 29, 2026 18:32
Streaming Midstream Release Pipeline — Handoff to Matt Woodson

Streaming Midstream Release Pipeline — Handoff to Matt Woodson

Epic: INFERENG-9476 From: Doug Smith Date: 2026-07-29


What is this?

@dougbtv
dougbtv / vllm-omni-aipcc-spec.md
Created July 22, 2026 18:31
vLLM-Omni AIPCC Standalone Product — Midstream Guidance & Spec

vLLM-Omni AIPCC Standalone Product — Midstream Guidance & Spec

From: Midstream (Doug Smith) For: Srija Ganguly (AIPCC container infra), Andre Lustosa (AIPCC Ecosystems) Date: 2026-07-22 Related tickets: AIPCC-21244, INFERENG-9335, INFERENG-9278, INFERENG-9323

Note: This is our best understanding from the midstream side based on what we currently have. We appreciate Srija's expert input on AIPCC conventions and infrastructure — this is meant to accelerate, not prescribe. If anything conflicts with AIPCC patterns or tooling, AIPCC's

@dougbtv
dougbtv / laguna-s-2.1-usage-guide.md
Created July 21, 2026 19:01
Poolside Laguna S 2.1: Build, Run, and Smoke Test Guide (nm-vllm-ent v0.25.1)

RHAII Early Access: Poolside Laguna S 2.1

A guide for serving Poolside's Laguna S 2.1 model using the Red Hat AI Inference Server with vLLM.

About Laguna S 2.1

Laguna S 2.1 is a 118B parameter Mixture-of-Experts agentic coding model with 8B parameters active per forward pass. It uses 256 experts with top-10 routing across 48 layers (36 sliding-window + 12 global attention in a 3:1 ratio) and supports up to 256K context length.

The FP8 quantized version weighs ~121 GB on disk and fits comfortably on 4x H100 80GB GPUs.

@dougbtv
dougbtv / arcee-handoff-draft.md
Last active July 23, 2026 14:45
Arcee 0-Day Handoff Guide — midstream preview release for July 27th

Arcee 0-Day Handoff Guide

Codename Arcee is a day-0 preview release. Open weights go live Sunday, July 27th. Doug is on PTO Friday July 25 through Monday July 28, so this needs to be picked up by someone else on the team.

This doc covers what's already done, what needs to happen, and where to find the detailed playbooks.

Human tl;dr

The gist is...

@dougbtv
dougbtv / inkling-h200-compat.md
Created July 17, 2026 20:13
Inkling NVFP4 on H200 (SM90) — SM90 compat patches & deployment
@dougbtv
dougbtv / inkling-demo-for-sawyer.md
Created July 17, 2026 13:30
Inkling NVFP4 on B200 — demo queries for Sawyer

Inkling NVFP4 — Live on B200 (dgx-b200-02)

The Inkling NVFP4 model is running on 8x NVIDIA B200 GPUs, served via the Red Hat AI Inference Server (vLLM). The server exposes an OpenAI-compatible API on port 8000.

Access

SSH into the box and run queries from inside the container (podman pasta networking means host curl won't work — use podman exec instead):

ssh dougbtv@10.14.216.231
@dougbtv
dougbtv / inkling-early-access.md
Last active July 16, 2026 10:57
RHAII Early Access: Inkling (Thinking Machines 975B MoE)

RHAII Early Access: Inkling

This guide covers running the Red Hat AI Inference Server to serve Thinking Machines' Inkling model, powered by vLLM.

About Inkling

Inkling is a 975B parameter Mixture-of-Experts model from Thinking Machines — 41B parameters active per forward pass, which keeps it fast despite the massive total size. It's multimodal (text + vision), natively supports tool use, and ships with strong multilingual and reasoning capabilities out of the box.

The NVFP4 quantized variant fits on 8 GPUs and weighs in at ~552GB on disk, which is surprisingly manageable for a model this big. If you've served DeepSeek-V3 or similar large MoE models before, this is the same general ballpark.

Inkling NVFP4 — Quick Start Guide

Serving Thinking Machines Inkling (975B MoE, 41B active) with vLLM on 8x H200 GPUs.

Pre-requisites

  • 8x H200 (or B200) GPUs
  • ~552 GB disk for model weights
  • Container runtime (podman or docker)