From 6ff73bc54353c3c233f118978f2853696179b798 Mon Sep 17 00:00:00 2001 From: koide Date: Thu, 19 Feb 2026 04:34:45 +0000 Subject: [PATCH] =?UTF-8?q?Add:=20=E3=83=AF=E3=83=B3=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=8A=E3=83=BC=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92dgx-spark-minimax=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-tech/dgx-spark-minimax/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs-tech/dgx-spark-minimax/index.md b/docs-tech/dgx-spark-minimax/index.md index 8ddc074..783d42f 100644 --- a/docs-tech/dgx-spark-minimax/index.md +++ b/docs-tech/dgx-spark-minimax/index.md @@ -436,6 +436,21 @@ history.append({"role": "assistant", "content": response}) --- +--- + +## ワンライナーでセットアップ + +この記事で紹介した環境構築を自動化するスクリプトを用意しています。 + +```bash +# デュアル構成セットアップ(ネットワーク、SSH、Docker、vLLM) +curl -sL https://docs.techswan.online/scripts/dgx-spark-setup.sh | bash -s -- all + +# モデル起動 +curl -sL https://docs.techswan.online/scripts/dgx-spark-serve.sh | bash -s -- minimax-m25 +``` + + ## まとめ DGX Sparkデュアル構成(256GB)とNGC公式vLLMイメージを使えば、最新のMiniMax-M2.5-REAP-172Bが快適に動作します。オープンソースモデルとしてはトップクラスのコーディング・エージェント性能を持つこのモデル、ぜひ試してみてください。