Laguna S Vllm — Development skill for Claude Code
Laguna-S 2.1 NVFP4 with DFlash on a single RTX PRO 6000 Blackwell.
How to install Laguna S Vllm
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Infatoshi/laguna-s-vllm and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Laguna S Vllm does
Laguna-S 2.1 NVFP4 with DFlash on a single RTX PRO 6000 Blackwell.
Alternatives in Development
README
Laguna-S 2.1 NVFP4 on one RTX PRO 6000
This repository is the reproducible setup for serving [`poolside/Laguna-S-2.1-NVFP4`](https://huggingface.co/poolside/Laguna-S-2.1-NVFP4) with its [`poolside/Laguna-S-2.1-DFlash-NVFP4`](https://huggingface.co/poolside/Laguna-S-2.1-DFlash-NVFP4) draft on a single 96 GB RTX PRO 6000 Blackwell GPU. It pins vLLM 0.25.1, uses the native NVFP4 path, and includes the single-request FlashInfer patch that removed the main host synchronization bubble in our profiles.
The default is deliberately narrow: one request at a time, a 262,144-token context, DFlash K=3, thinking enabled, and Poolside's recommended temperature 0.7 / top-p 0.95 sampling defaults.
See [BENCHMARK.md](BENCHMARK.md) for the no-speculation versus DFlash benchmark.
Requirements
- Linux on an NVIDIA Blackwell GPU with enough memory for roughly 71 GB of target weights plus the draft, CUDA graphs, and KV cache. This setup was tested on an RTX PRO 6000 Blackwell Workstation Edition with 96 GB.
- A CUDA 13-capable NVIDIA driver and CUDA JIT toolchain.
- Python 3.12 headers,
uv,patch, andnvidia-smi. - Claude Code only if you want to use the optional
claude-lagunalauncher.
On Ubuntu, install the non-Python prerequisites first:
sudo apt-get update
sudo apt-get install -y python3.12-dev patch
curl -LsSf https://astral.sh/uv/install.sh | sh
Install and serve
From a fresh clone:
./scripts/setup.sh
./scripts/serve.sh
`setup.sh` creates `.venv`, installs vLLM 0.25.1 against the CUDA 13.0 PyTorch wheels, installs the matching FlashInfer nightly trio, and applies [`patches/vllm-0.25.1-single-request-gpu-metadata.patch`](patches/vllm-0.25.1-single-request-gpu-metadata.patch) to the installed vLLM package. It is safe to rerun.
Validate an existing installation without changing it:
./scripts/setup.sh --check
The first serve downloads the model weights and builds any missing JIT kernels. Keep `MAX_JOBS=4` on a cold Fl
Related Skills
Gemma4 Turboquant Bench
Gemma 4 26B + TurboQuant: 262K context on a single RTX 4090. Agentic coding benchmark via Claude Code.
Paper Search Pro
Academic literature discovery as a Skill — Claude Code · Codex · any agent that loads SKILL.md. Five sources ·
Nano Banana Pro Prompts Recommend Skill
Claude Code / Cursor skill to recommend from 6000+ Nano Banana Pro image prompts.
Dario
A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline,
Fusion Gemini
Fusion panel of Opus 4.8 + Gemini 3.1 Pro in parallel, judged by Opus 4.8 (opus4.8-gemini3.1pro)
Claude Code Statusline Pro
Pro statusline for Claude Code 功能强大的 Claude Code 状态栏
Related Agents
C Pro
You are a C programming expert specializing in systems programming and performance. opus wshobson/agents
Code Reviewer Pro
Role: Senior Staff Software Engineer specializing in comprehensive code reviews for quality, sec... haiku lst9