From a85453d0f61e9a901bfce76226549ea767786456 Mon Sep 17 00:00:00 2001 From: swallow Date: Thu, 19 Feb 2026 13:56:41 +0000 Subject: [PATCH] =?UTF-8?q?docs-tech/dgx-spark-claude-code-local/index.md?= =?UTF-8?q?=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-tech/dgx-spark-claude-code-local/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-tech/dgx-spark-claude-code-local/index.md b/docs-tech/dgx-spark-claude-code-local/index.md index 187110c..c95cef0 100644 --- a/docs-tech/dgx-spark-claude-code-local/index.md +++ b/docs-tech/dgx-spark-claude-code-local/index.md @@ -30,7 +30,7 @@ Claude Codeをローカルで動かす方法は他にもあります。代表的 |------|---------------|---------------| | **セットアップ** | 複雑(vLLM + プロキシ) | **簡単** | | **推論速度** | **速い(20-30 tok/s)** | 遅め | -| **対応モデル** | FP8量子化モデル | GGUF量子化モデル | +| **対応モデル** | 様々 | GGUF量子化モデル | | **コンテキスト長** | **200K対応** | モデル依存 | | **必要スペック** | 高(DGX Spark等) | 低〜中 | @@ -39,7 +39,7 @@ Claude Codeをローカルで動かす方法は他にもあります。代表的 - **本格的に使いたい・速度重視** → この記事の方法 ::: -この記事の方法は**セットアップが複雑**ですが、vLLMの最適化により**推論速度が速く**、**200Kトークン**の大規模コンテキストにも対応しています。 +この記事の方法は**セットアップが複雑**ですが、vLLMの最適化により**推論速度が速く**、並列稼働も可能になります。 ## 何ができるようになるの?