DeepSeek V4 Flash-0731を、日本語、ツール呼び出し、コーディング向けに調整したDGX Spark 1台用モデルです。K216 TP1のメインモデル、対応するK64 DSparkドラフトモデル、位置補正アダプター、専用ランタイムをまとめて配布しています。
1hf download \
2 Laplace1313/DeepSeek-V4-Flash-0731-JA-REAP-K216-EXL3-3bpw-DGX-Spark \
3 --local-dir ./DeepSeek-V4-Flash-JA-REAP
102 GiB以上の空き容量を用意してください。ダウンロードには、メインモデル、ドラフトモデル、位置補正アダプター、専用ランタイム、オフライン導入用wheel、checksumが含まれます。
1cd DeepSeek-V4-Flash-JA-REAP
2docker compose -f runtime/compose.example.yml up -d
1curl -fsS http://127.0.0.1:8009/health
2curl -fsS http://127.0.0.1:8009/v1/models
1curl http://127.0.0.1:8009/v1/chat/completions \
2 -H 'Content-Type: application/json' \
3 -d '{
4 "model": "deepseek-v4-ja-uncensored-0731",
5 "messages": [
6 {"role": "user", "content": "日本語で、分散システムの設計原則を簡潔に説明してください。"}
7 ],
8 "temperature": 0,
9 "max_tokens": 512
10 }'
構造化JSONは自由文やコードよりドラフトモデルが予測しやすいため、別の処理として掲載しています。54.97 tok/sは、MiaAI-LabのREADMEを参考に再構成した条件での参考値です。
1Target: japanese-aware-uncensored-tp1
2Target format: K216 REAP, EXL3 3.0 bpw, TP1
3Draft: dspark-draft-k64
4Speculative depth: K5 probabilistic
5Position adapter: rank 16, full vocabulary, scale 1.0, activation none
6Draft proposal head: row-wise FP8 enabled
7CUDA graph capture: exact size 6
8Context: 256,000
9Max sequences: 1
10GPU memory utilization: 0.945 for MMLU full 5-shot; 0.946 for earlier benchmarks; 0.949 for release cold boot
11Runtime image: ghcr.io/0xsero/deepseek-v4-flash-0731-spark-sparkinfer@sha256:2e077489a83a0360952828051fe7f7a32c1801e5ce8436d85f7267583d614ff4
12vLLM: 0.15.1+nv26.2
13xgrammar: 0.2.4
14transformers: 5.13.1