Initial commit: Docusaurus site with DGX Spark article

This commit is contained in:
2026-02-19 01:48:49 +00:00
commit 5247c6b553
23 changed files with 20134 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
---
slug: /
sidebar_position: 1
title: swallow tech notes
---
# swallow tech notes
AI・インフラ・開発の技術メモ
## 記事一覧
### DGX Spark
- [DGX SparkでMiniMax-M2.5-REAP-172Bを動かす](/dgx-spark-minimax/)
## スクリプト
記事で紹介しているスクリプトはダウンロードして使用できます。
```bash
# DGX Spark セットアップ
curl -sL https://docs.swallow.example.com/scripts/dgx-spark-setup.sh | bash -s -- all
```
## リンク
- [Giteaリポジトリ](https://gitea.swallow.wjg.jp/koide/note-articles)