Fix: Remove duplicate frontmatter lines
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 23s
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 23s
This commit is contained in:
parent
6ff73bc543
commit
d69e44c166
@ -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** など、大きなモデルを動かすにはデュアル構成が必要です。
|
**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公開用)
|
- **通常LAN**:普段使っているネットワーク(SSH接続、API公開用)
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順1:物理接続
|
## 手順1:物理接続
|
||||||
|
|
||||||
@ -121,8 +115,6 @@ mlx5_1 port 1 ==> enp1s0f0np0 (Down)
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順2:ネットワーク設定
|
## 手順2:ネットワーク設定
|
||||||
|
|
||||||
@ -201,8 +193,6 @@ sudo netplan apply
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順3:SSH設定
|
## 手順3:SSH設定
|
||||||
|
|
||||||
@ -245,8 +235,6 @@ ssh 192.168.100.10 "hostname"
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順4:vLLMクラスター起動
|
## 手順4:vLLMクラスター起動
|
||||||
|
|
||||||
@ -325,8 +313,6 @@ Healthy:
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順5:モデルを起動
|
## 手順5:モデルを起動
|
||||||
|
|
||||||
@ -357,8 +343,6 @@ docker exec -it $VLLM_CONTAINER /bin/bash -c '
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## 手順6:動作確認
|
## 手順6:動作確認
|
||||||
|
|
||||||
@ -378,8 +362,6 @@ curl http://<Spark1のIP>: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` | 全部実行 |
|
| `all` | 全部実行 |
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## トラブルシューティング
|
## トラブルシューティング
|
||||||
|
|
||||||
@ -439,8 +419,6 @@ vllm serve <model> --tensor-parallel-size 2 --max-model-len 4096
|
|||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
## まとめ
|
## まとめ
|
||||||
|
|
||||||
@ -455,8 +433,6 @@ displayed_sidebar: null
|
|||||||
これで **256GB環境** が手に入りました!🎉
|
これで **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/)
|
- [DGX SparkでMiniMax-M2.5を動かす](/tech/dgx-spark-minimax/)
|
||||||
|
|
||||||
---
|
---
|
||||||
hide_table_of_contents: false
|
|
||||||
displayed_sidebar: null
|
|
||||||
|
|
||||||
*この記事は2026年2月時点の情報です。最新情報は公式ドキュメントをご確認ください。*
|
*この記事は2026年2月時点の情報です。最新情報は公式ドキュメントをご確認ください。*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user