docs(vllm): Qwen3.8-27B DFlash drafter recipe — 72.2 tok/s on Arc Pro B70 - #620
Open
rmacy wants to merge 3 commits into
Open
docs(vllm): Qwen3.8-27B DFlash drafter recipe — 72.2 tok/s on Arc Pro B70#620rmacy wants to merge 3 commits into
rmacy wants to merge 3 commits into
Conversation
Adds the complete recipe for achieving 72.2 tok/s median (85.9 peak) on isolated C1 with Qwen3.8-27B FP8 + DSpark speculative decoding on 2x Intel Arc Pro B70 (TP=2). Includes: - Patched vLLM dflash files (kernel readout fix for SpecForge drafters) - Dockerfile for qwen38-fp8-dspark:v8 image - Reference serving script - Full README with quick start, kernel fix explanation, and quality proof Published artifacts: - Drafter: rwmacy/qwen3.8-27b-dflash-drafter-fp8-b70 (HF Hub) - Image: ghcr.io/rmacy/qwen38-fp8-dspark:v8 - Kernel fix PR: inteliodev/vllm#1 - SpecForge XPU port PR: sgl-project/SpecForge#769
|
Seems your container image isn't accessible. I' can't seem to get my own container build to load with similar config to what you suggested, it OOM's when I have speculative decode enabled. Loads fine without. |
|
Ah never-mind found it here - docker pull ghcr.io/rmacy/qwen38-fp8-dspark:v12 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the complete recipe for achieving 72.2 tok/s median (85.9 peak) on isolated C1 with Qwen3.8-27B FP8 + DSpark speculative decoding on 2× Intel Arc Pro B70 (TP=2).
Contents
vllm/patches/qwen38-dflash/: patched vLLM dflash files (kernel readout fix), Dockerfile, serve script, READMEqwen38-fp8-dspark:v8(also published atghcr.io/rmacy/qwen38-fp8-dspark:v8)Published artifacts
ghcr.io/rmacy/qwen38-fp8-dspark:v8Quality
Greedy spec decode is lossless by construction. Verified 4/5 byte-identical outputs vs target-only baseline; cross-checked against independent bf16 reference endpoint. Zero drafter-induced quality degradation.