From 955396e8a567eda3c4ee6923ddeff8d33173b0a3 Mon Sep 17 00:00:00 2001 From: xvxuopop <127376094+xvxuopop@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:38:38 +0800 Subject: [PATCH] [example] correct the parameter errors in the examples file. (#9543) --- examples/ascend/qwen3vlmoe_lora_sft_fsdp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ascend/qwen3vlmoe_lora_sft_fsdp.yaml b/examples/ascend/qwen3vlmoe_lora_sft_fsdp.yaml index aa45f2cb..41540fb6 100644 --- a/examples/ascend/qwen3vlmoe_lora_sft_fsdp.yaml +++ b/examples/ascend/qwen3vlmoe_lora_sft_fsdp.yaml @@ -3,7 +3,7 @@ model_name_or_path: Qwen/Qwen3-VL-30B-A3B-Instruct image_max_pixels: 262144 video_max_pixels: 16384 trust_remote_code: true -use_kernels: true # replaced kernels: [NpuRMSNormKernel, NpuRoPEKernel, NpuQwen3VLMoEFusedMoEKernel] +use_v1_kernels: true # replaced kernels: [NpuRMSNormKernel, NpuRoPEKernel, NpuQwen3VLMoEFusedMoEKernel] ### method stage: sft