Skip to content

Commit 2ea2128

Browse files
committed
fixup e2e autotest qwen3_vl_8B_dense.py due to OOM
1 parent 6379dc5 commit 2ea2128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autotest/config/qwen3_recompute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ALPACA_PATH = os.environ["ALPACA_PATH"]
1717

1818

19-
moe_cfg = Qwen3MoE30BA3Config(compile_cfg=False)
19+
moe_cfg = Qwen3MoE30BA3Config(compile_cfg=True)
2020
optim_cfg = AdamWConfig(lr=6e-05)
2121
lr_cfg = LRConfig(lr_type="cosine", lr_min=1e-6)
2222
fsdp_cfg = FSDPConfig(

0 commit comments

Comments
 (0)