
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
sglang + flashinfer serving image for MXFP4 W4A4 MoE on RTX PRO 6000 Blackwell (SM120, PCIe, TP=4) for DeepSeek-V4-Flash and MiniMax-M3. Routed experts run in MXFP4 (E2M1 + E8M0/32 scales) via flashinfer's CuTe-DSL SM120 fused MoE.
Benchmarks, deploy docs, and SWE-bench evals: https://github.com/ambientlight/rtx-pro-6000-bench
| Model | Hugging Face checkpoint |
|---|---|
| DeepSeek-V4-Flash | https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash |
| MiniMax-M3 | https://huggingface.co/olka-fi/MiniMax-M3-MXFP4 |
bashhuggingface-cli download deepseek-ai/DeepSeek-V4-Flash --local-dir /path/to/DeepSeek-V4-Flash huggingface-cli download olka-fi/MiniMax-M3-MXFP4 --local-dir /path/to/minimax-m3-mxfp4
Weights are mounted at /model; the model is chosen with MODEL={dsv4|m3} (default m3). Serves an OpenAI-compatible API on :8000
DeepSeek-V4-Flash (served name deepseek-v4-flash):
bashdocker run --rm --gpus all --ipc=host -p 8000:8000 \ -e MODEL=dsv4 \ -v /path/to/DeepSeek-V4-Flash:/model:ro \ ambientlight/sglang-sm120-mxfp4:latest
MiniMax-M3 (served name minimax-m3):
bashdocker run --rm --gpus all --ipc=host -p 8000:8000 \ -e MODEL=m3 \ -v /path/to/minimax-m3-mxfp4:/model:ro \ ambientlight/sglang-sm120-mxfp4:latest
Test:
bashcurl -s localhost:8000/v1/chat/completions -H 'Content-Type: application/json' -d '{ "model": "deepseek-v4-flash", "messages": [{"role":"user","content":"What is the capital of Japan?"}], "temperature": 0 }'
| var | dsv4 | m3 | notes |
|---|---|---|---|
CONTEXT_LENGTH | *** | *** | full 1M |
MEM_FRACTION_STATIC | 0.90 | 0.95 | KV pool fraction |
MAX_RUNNING | 16 | 16 | max concurrent requests |
KV_CACHE_DTYPE | fp8_e4m3 | fp8_e4m3 | |
PORT | 8000 | 8000 |
:latest — moving latest:YYYY.MM-cu131-sm120a — pinned (date + CUDA + sm120a arch; SASS is compiled for SM120 only — will not run on other GPUs)Built from forks of sglang, flashinfer, and the DSV4 HMMA kernel — please ref https://github.com/ambientlight/rtx-pro-6000-bench/blob/main/docker/sm120-unified/Dockerfile
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务