Skip to content

Commit 3f9fc8b

Browse files
authored
[Qwen3.5] Fix missing quant_config in Qwen3VL (#19291)
1 parent cc860a2 commit 3f9fc8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/sglang/srt/models/qwen3_vl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ def __init__(
10251025
) -> None:
10261026
super().__init__()
10271027
self.pp_group = get_pp_group()
1028+
self.quant_config = quant_config
10281029

10291030
self.use_data_parallel = get_global_server_args().mm_enable_dp_encoder
10301031

0 commit comments

Comments
 (0)