Skip to content

Commit 375cfbe

Browse files
authored
Fix Qwen3 VL MoE Example (#1946)
FIx the comment
1 parent 5061adf commit 375cfbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/quantization_w4a4_fp4/qwen3_vl_moe_w4a4_fp4.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ def data_collator(batch):
6464

6565
# Configure the quantization algorithm and scheme.
6666
# In this case, we:
67-
# * quantize the weights to fp8 with channel-wise quantization
68-
# * quantize the activations to fp8 with dynamic token activations
69-
# NOTE: only datafree quantization is supported for Qwen3-VL-MoE currently
67+
# * quantize the weights to fp4 with group-wise quantization
68+
# * quantize the activations to fp4 with dynamic group activations
7069
recipe = QuantizationModifier(
7170
targets="Linear",
7271
scheme="NVFP4",

0 commit comments

Comments
 (0)