From d69e44c1663c868d08b9d0a27ae978a622c9067d Mon Sep 17 00:00:00 2001 From: koide Date: Thu, 19 Feb 2026 04:37:12 +0000 Subject: [PATCH] Fix: Remove duplicate frontmatter lines --- docs-tech/dgx-spark-dual/index.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs-tech/dgx-spark-dual/index.md b/docs-tech/dgx-spark-dual/index.md index d881fc4..90fac59 100644 --- a/docs-tech/dgx-spark-dual/index.md +++ b/docs-tech/dgx-spark-dual/index.md @@ -30,8 +30,6 @@ description: 2台のDGX Sparkを接続して256GBメモリ環境を構築する - 両方のマシンに同じユーザー名でログインできる --- -hide_table_of_contents: false -displayed_sidebar: null ## なぜデュアル構成が必要? @@ -45,8 +43,6 @@ DGX Spark 1台のメモリは **128GB** です。 **Llama-3.3-70B** や **MiniMax-M2.5-172B** など、大きなモデルを動かすにはデュアル構成が必要です。 --- -hide_table_of_contents: false -displayed_sidebar: null ## 全体像 @@ -80,8 +76,6 @@ displayed_sidebar: null - **通常LAN**:普段使っているネットワーク(SSH接続、API公開用) --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順1:物理接続 @@ -121,8 +115,6 @@ mlx5_1 port 1 ==> enp1s0f0np0 (Down) ::: --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順2:ネットワーク設定 @@ -201,8 +193,6 @@ sudo netplan apply ``` --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順3:SSH設定 @@ -245,8 +235,6 @@ ssh 192.168.100.10 "hostname" ``` --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順4:vLLMクラスター起動 @@ -325,8 +313,6 @@ Healthy: ``` --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順5:モデルを起動 @@ -357,8 +343,6 @@ docker exec -it $VLLM_CONTAINER /bin/bash -c ' ::: --- -hide_table_of_contents: false -displayed_sidebar: null ## 手順6:動作確認 @@ -378,8 +362,6 @@ curl http://:8000/v1/chat/completions \ レスポンスが返ってくれば成功!🎉 --- -hide_table_of_contents: false -displayed_sidebar: null ## ワンライナーで簡単セットアップ @@ -400,8 +382,6 @@ curl -sL https://docs.techswan.online/scripts/dgx-spark-setup.sh | bash -s -- al | `all` | 全部実行 | --- -hide_table_of_contents: false -displayed_sidebar: null ## トラブルシューティング @@ -439,8 +419,6 @@ vllm serve --tensor-parallel-size 2 --max-model-len 4096 ``` --- -hide_table_of_contents: false -displayed_sidebar: null ## まとめ @@ -455,8 +433,6 @@ displayed_sidebar: null これで **256GB環境** が手に入りました!🎉 --- -hide_table_of_contents: false -displayed_sidebar: null ## 参考リンク @@ -465,7 +441,5 @@ displayed_sidebar: null - [DGX SparkでMiniMax-M2.5を動かす](/tech/dgx-spark-minimax/) --- -hide_table_of_contents: false -displayed_sidebar: null *この記事は2026年2月時点の情報です。最新情報は公式ドキュメントをご確認ください。*