Skip to content

Instantly share code, notes, and snippets.

View dougbtv's full-sized avatar

Doug Smith dougbtv

View GitHub Profile
@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
Created July 20, 2026 20:54
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.

Timeline

When What
@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)
@dougbtv
dougbtv / gemma4-unified-howto.md
Created June 8, 2026 12:48
Gemma 4 Unified (12B): Build, Run, and Smoke Test Guide (nm-vllm-ent)

Gemma 4 Unified (12B): Build, Run, and Smoke Test Guide (nm-vllm-ent)

Build Info

Field Value
Model google/gemma-4-12B-it — encoder-free multimodal dense 12B (text, image, audio)
Early Access Image quay.io/vllm/rhaiis-early-access:gemma4-unified-qat
Build Run 27027630533
nm-vllm-ent branch doug/kup-0day-nightly
@dougbtv
dougbtv / nemotron-3-ultra-usage.md
Last active June 4, 2026 18:13
Nemotron 3 Ultra 550B: Build, Run, and Smoke Test Guide (nm-vllm-ent v0.22.1)

Nemotron 3 Ultra 550B: Build, Run, and Smoke Test Guide (nm-vllm-ent v0.22.1)

Overview

Deploy and test nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4 — a 550B MoE frontier model (55B active parameters) in NVFP4 quantization — using nm-vllm-ent based on upstream vLLM v0.22.1 on NVIDIA H200 GPUs.

Build Information

Field Value
@dougbtv
dougbtv / gemma4-qat-howto.md
Last active June 5, 2026 18:01
GemmaQAT + Gemma 4 Unified: Build, Run, and Smoke Test Guide (nm-vllm-ent)

GemmaQAT + Gemma 4 Unified: Build, Run, and Smoke Test Guide (nm-vllm-ent)

Build Info

Field Value
Models gemma-4-E4B-it-qat-mobile-ct, gemma-4-E2B-it-qat-mobile-ct (QAT), google/gemma-4-12B-it (Unified)
Early Access Image quay.io/vllm/rhaiis-early-access:gemma4-unified-qat
Build Run (Nightly V2) 27027630533
nm-vllm-ent branch doug/kup-0day-nightly