vLLM、Qwen-Maxクラス「Qwen3.8-2.4T-A95B」のDay-0サポートを発表
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
vLLM Blog
vLLM が Qwen3.8-2.4T-A95B の Day-0 サポートを開始し、同社によるとこれは Qwen-Max クラスの性能をオープンウェイトで実現する初のモデルである。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月13日 01:28
AI深層分析
キーポイント
Qwen-Max クラスのオープンウェイト化
vLLM の発表によると、Qwen3.8-2.4T-A95B は Qwen-Max に匹敵する性能を持つモデルとして初めてオープンウェイトでリリースされた。
多様な精度対応と最適化
公式の FP8 および BF16 チェックポイントに加え、Inferact 社がフル精度に匹敵する MXFP4 と NVFP4 の量子化重みを提供し、メモリと帯域幅の負荷を大幅に削減した。
大規模なアーキテクチャ構成
このモデルは 2.4 兆パラメータのスプース MoE 構造を持ち、92 レイヤーのハイブリッドバックボーンで構成され、推論には少なくとも NVIDIA B300 または AMD MI355X のノードが複数必要となる。
マルチベンダー対応の実装
vLLM 上でアーキテクチャの変更なしに即日利用可能であり、NVIDIA と AMD の両ハードウェアパートナーで検証済みの状態である。
FP4量子化によるコスト削減と効率化
InferactチームはRTN量子化と活性化キャリブレーションを用いて、ルーティングされたエクスパートを含む特定の層をFP4に量子化した。これにより推論コストの最小化とGPUメモリエフィシエンシーの最大化を実現している。
重要な引用
This is the first model from the Qwen family to bring a Qwen-Max-class model to open-weight release.
Inferact has released MXFP4 and NVFP4-quantized weights that match full-precision quality while significantly reducing memory and bandwidth overhead.
To minimize inference costs and maximize GPU memory efficiency, the Inferact team quantized selected layers — including the routed experts — to FP4 weights using Round-to-Nearest (RTN) quantization with activation calibration to enable 4-bit activations.
Note that increasing the reasoning budget is required to reproduce these evaluation results.
編集コメントを表示
編集コメント
Qwen-Max クラスの性能をオープンウェイトで提供することは、大規模モデルの実用化における大きな転換点となる。特に量子化技術によるリソース効率の向上は、限られたハードウェア環境での高品質推論を実現する鍵となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Qwen3.8-2.4T-A95B に対する vLLM の Day-0 サポートを開始しました。これは、Qwen-Max クラスのモデルをオープンウェイトでリリースする Qwen ファミリー初の事例です。
Qwen3.8-2.4T-A95B は Qwen 3.5 アーキテクチャをベースに構築されており、vLLM でそのまま動作します。公式の FP8 および BF16 チェックポイントに加え、Inferact が MXFP4 と NVFP4 の量子化重みを公開しました。これらは完全精度と同等の品質を保ちながら、メモリと帯域幅のオーバーヘッドを大幅に削減しています。
Qwen3.8-2.4T-A95B は 2.4 兆パラメータを持つスパース MoE モデルで、512 のエキスパートを備えています。92 レイヤーからなるハイブリッドバックボーンでは、4 層ごとにフルアテンションが適用され、残りの 69 レイヤーは線形アテンションで動作します。これまでに公開されたオープンウェイトモデルの中でも最大規模の1つであり、推論には少なくとも NVIDIA B300 または AMD MI355X のノードを2台用意する必要があります(FP4 量子化版であれば単一ノードでも対応可能です)。
TL;DR
- Day-0 サポート: Qwen3.8-2.4T-A95B は Qwen 3.5 アーキテクチャを流用し、アーキテクチャの変更なしで vLLM で初日から動作します。
- 柔軟な精度対応: FP8、BF16、NVFP4、MXFP4 のチェックポイントが利用可能です。
- ベンダー横断の最適化: NVIDIA や AMD などのハードウェアパートナー間で検証済みです。
クイックスタート
NVFP4 の場合:
# See recipes for the exact docker run command
vllm serve Inferact/Qwen3.8-2.4T-A95B-NVFP4 \
--linear-backend flashinfer_cutedsl \
--tensor-parallel-size 8 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'MXFP4 の場合:
vllm serve Inferact/Qwen3.8-2.4T-A95B-MXFP4 \
--tensor-parallel-size 8 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'完全なサービングガイドと推奨フラグについては、vLLM レシピをご覧ください。
FP4 量子化:低コストで高品質を
推論コストの最小化とGPUメモリの効率最大化を目的に、Inferactチームはラウティングされたエキスパートを含む特定の層について、Round-to-Nearest (RTN) 量子化と活性化キャリブレーションを用いてFP4重みに量子化しました。これにより、4ビットの活性化が可能になっています。
初期検証では、量子化による精度の低下がないことを確認しています。なお、これらの評価結果を再現するには、推論予算を増やす必要があります。
| ベンチマーク | FP8 | NVFP4 |
|---|---|---|
| GSM8K (strict / flexible) | 89.61% / 90.52% | 90.37% / 91.05% |
| AIME25 @3 (avg / pass) | 87.78% / 93.33% | 92.22% / 96.67% |
最適化
2.4T パラメータを持つこのモデルの効率的な推論を可能にするため、既存の Qwen 3.5 のサポートに基づき、NVIDIA および AMD と緊密に協力して最適化カーネルを開発しました。
NVIDIA プラットフォームでは、NVIDIA と Inferact が共同で、Linear Attention(Gated Delta Rule)、Attention(GQA)、Dense GEMMs、MoE ルーティング用の超高速カーネルを開発しました。通信オーバーヘッドを削減するため、新しい融合カーネルを追加しています。また、パフォーマンスを最大化するために作業の最適な分解方法を特定することに注力しており、Attention ではデータ並列性とテンソル並列性を組み合わせ、MoE ではエキスパート並列性を実装しています。
AMD Instinct GPU 上では、vLLM が AITER-fused Gated DeltaNet のデコード、アテンション、および MoE カーネルを活用して Qwen3.8 を加速し、カーネル起動とデータ移動のオーバーヘッドを削減します。Shared Expert MoE では、共有エキスパートパスに高度に最適化された hipBLASLt GEMM カーネルを採用し、ルーティングされるエキスパートには AITER FusedMoE を使用しています。AMD Quark による量子化サポートにより、MXFP4 の効率的な展開が可能となり、モデルのメモリ要件を大幅に削減しながら高い精度を維持できます。
デプロイメントのヒント
Qwen 3.8 モデルカードでは、最適なパフォーマンスを得るために以下の生成パラメータを推奨しています:
temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0
vLLM サーバーが稼働した後にモデルをクエリするための Python クライアントスニペットは以下の通りです。Qwen 3.8 は推論モデルであるため、エージェントワークフローでは十分なトークン予算を確保できるよう、max_tokens に高い値を設定してください。
from openai import OpenAI
client = OpenAI(api_key="EMPTY", base_url="http://localhost:8000/v1", timeout=3600)
resp = client.chat.completions.create(
model="Qwen/Qwen3.8-2.4T-A95B",
messages=[{"role": "user", "content": "Give me three primes above 100."}],
temperature=1.0, top_p=0.95, max_tokens=128_000,
)
print(resp.choices[0].message.content)謝辞
Qwen チームには、モデル重みの公開と継続的な協力への感謝を申し上げます。また、ハードウェアパートナーである NVIDIA 社および AMD 社の共同エンジニアリングへの貢献にも深くお礼申し上げます。さらに、量子化チェックポイントの提供と vLLM へのエンドツーエンド統合を実現した Inferact チーム、そして広範な vLLM コミュニティの皆様にも感謝いたします。早期テストをサポートいただいた推論パートナーである DigitalOcean 社や Together AI 社にも御礼を申し上げます。
原文を表示
We are announcing Day-0 vLLM support for Qwen3.8-2.4T-A95B. This is the first model from the Qwen family to bring a Qwen-Max-class model to open-weight release.
Qwen3.8-2.4T-A95B is built on the Qwen 3.5 architecture and runs on vLLM out of the box. In addition to the official FP8 and BF16 checkpoints, Inferact has released MXFP4 and NVFP4-quantized weights that match full-precision quality while significantly reducing memory and bandwidth overhead.
Qwen3.8-2.4T-A95B is a 2.4-trillion-parameter sparse MoE model featuring 512 experts. Within its 92-layer hybrid backbone, full attention is applied at every 4th layer while the remaining 69 layers run linear attention. As one of the largest open-weight models released to date, running inference requires at least two NVIDIA B300 / AMD MI355X nodes (or a single node for the FP4 quantized version).
TL;DR
- Day-0 support: Qwen3.8-2.4T-A95B reuses the Qwen 3.5 architecture and runs on vLLM from day one with no architecture changes required.
- Flexible precision: FP8, BF16, NVFP4, and MXFP4 checkpoints are available.
- Multi-vendor optimization: Validated across hardware partners including NVIDIA and AMD.
Quick start
For NVFP4:
# See recipes for the exact docker run command
vllm serve Inferact/Qwen3.8-2.4T-A95B-NVFP4 \
--linear-backend flashinfer_cutedsl \
--tensor-parallel-size 8 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'For MXFP4:
vllm serve Inferact/Qwen3.8-2.4T-A95B-MXFP4 \
--tensor-parallel-size 8 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'See the vLLM recipes for the full serving guide and recommended flags.
FP4 quantization: quality at lower cost
To minimize inference costs and maximize GPU memory efficiency, the Inferact team quantized selected layers — including the routed experts — to FP4 weights using Round-to-Nearest (RTN) quantization with activation calibration to enable 4-bit activations.
We ran initial verifications to confirm that quantization accuracy remains intact. Note that increasing the reasoning budget is required to reproduce these evaluation results.
| Benchmark | FP8 | NVFP4 |
|---|---|---|
| GSM8K (strict / flexible) | 89.61% / 90.52% | 90.37% / 91.05% |
| AIME25 @3 (avg / pass) | 87.78% / 93.33% | 92.22% / 96.67% |
Optimizations
To enable efficient inference for this 2.4T parameter model, we collaborated closely with NVIDIA and AMD to develop optimized kernels based on existing Qwen 3.5 support.
On NVIDIA platforms, NVIDIA and Inferact co-developed ultra-fast kernels for Linear Attention (Gated Delta Rule), Attention (GQA), Dense GEMMs, and MoE routing. New fused kernels were added to reduce communication overhead. Significant effort was also dedicated to identifying the best decomposition of work to maximize performance, including combining Data Parallelism and Tensor Parallelism for Attention and Expert Parallelism for the MoE.
On AMD Instinct GPUs, vLLM accelerates Qwen3.8 with AITER-fused Gated DeltaNet decode, attention, and MoE kernels, reducing kernel-launch and data-movement overhead. For Shared Expert MoE, the shared-expert path leverages highly optimized hipBLASLt GEMM kernels, while routed experts use AITER FusedMoE. AMD Quark quantization support enables efficient MXFP4 deployment, substantially reducing model memory requirements while maintaining strong accuracy.
Deployment tips
The Qwen 3.8 model card recommends the following generation parameters for optimal performance:
temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0
Here is a Python client snippet to query the model once the vLLM server is running. Because Qwen 3.8 is a reasoning model, ensure you allocate a sufficient token budget for agentic workflows by setting a high max_tokens value.
from openai import OpenAI
client = OpenAI(api_key="EMPTY", base_url="http://localhost:8000/v1", timeout=3600)
resp = client.chat.completions.create(
model="Qwen/Qwen3.8-2.4T-A95B",
messages=[{"role": "user", "content": "Give me three primes above 100."}],
temperature=1.0, top_p=0.95, max_tokens=128_000,
)
print(resp.choices[0].message.content)Acknowledgements
We thank the Qwen team for releasing the model weights as well as their ongoing collaboration, and our hardware partners, NVIDIA and AMD, for their joint engineering contributions. We also thank the Inferact team for delivering quantized checkpoints and end-to-end vLLM integration, as well as the broader vLLM community. Thanks for our inference partners, including DigitalOcean, Together AI, who helped with early testing.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み