sglang support

#3
by Alex123563 - opened

It seems there is something wrong with the packaging/config of the model.

I am running the cu130 dev build 0.5.16.dev20260713+g4cec9ef9d7 of sglang (Qwen/Qwen3.6-27B-FP8 works fine with basically auto detect/no specific cache/quant config)

bottlecapai/ThinkingCap-Qwen3.6-27B-FP8 does not work with the same setup:

....
[2026-07-14 00:58:43 TP1] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP3] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP2] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP1] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP3] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP2] Parameter model.layers.12.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP1] Parameter model.layers.12.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP3] Parameter model.layers.12.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP0] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP2] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP3] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP1] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP2] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP3] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP1] Parameter model.layers.2.linear_attn.in_proj_ba.weight_scale not found in params_dict
[2026-07-14 00:58:43 TP0] Parameter model.layers.12.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP2] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP1] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP3] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP2] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP1] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP3] Parameter model.layers.2.linear_attn.in_proj_qkvz.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP2] Parameter model.layers.2.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP1] Parameter model.layers.2.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP3] Parameter model.layers.2.linear_attn.out_proj.weight_scale not found in params_dict
[2026-07-14 00:58:44 TP0] Parameter model.layers.12.linear_attn.out_proj.weight_scale not found in params_dict
....

BottleCapAI org
edited 2 days ago

Thanks for the feedback. I reproduced it.

I will let you know when we fix the issue.

BottleCapAI org

Hi @Alex123563 . We just released a new fp8 quantization which should resolve the issue with SGLang.

We are still running the benchmarks but it looks very promising. Let us know if it works for you. Thx.

Sign up or log in to comment