This model is a mixed-precision quantized version of DeepSeek-V3.1-Terminus, with
dense layer keep the FP8 quantization of the original model, while MoE layers
uses INT4 weights and FP8 activation, also called W4AFP8.
The accuracy below was obtained with SGLang V0.5.3 in non-thinking mode.
We have already supported deploying this model using tensor parallel in sglang for
better performance. The releated PR
https://github.com/sgl-project/sglang/pull/8118
has been merged in SGLang V0.5.2, so you can deploy this model using SGLang
version 0.5.2 or later with tensor parallel.