Skip to content

Long audio (1 hour length+ ) SFT using qwen3omini-30B-A3B using deepspeed and grouped_mm #10212

Description

@robi56

Checklist / 检查清单

  • I have searched existing issues, and this is a new feature request. / 我已经搜索过现有的 issues,确认这是一个新的 Feature Request。

Feature Request Description / Feature Request 描述

I checked it : https://github.com/modelscope/ms-swift/blob/main/examples/train/moe/qwen3_moe.sh

Swift Command

CUDA_VISIBLE_DEVICES=0,1 NPROC_PER_NODE=2 ENABLE_AUDIO_OUTPUT=0 swift sft \
  --model "$MODEL" \
  --use_hf true \
  --dataset "$TRAIN_JSONL" \
  --val_dataset "$VAL_JSONL" \
  --split_dataset_ratio 0.01 \
  --load_from_cache_file true \
  --deepspeed zero3 \
  --experts_impl grouped_mm \
  --tuner_type lora \
  --torch_dtype bfloat16 \
  --lora_rank 16 \
  --lora_alpha 32 \
  --lora_dropout 0 \
  --target_modules q_proj k_proj v_proj o_proj \
  --attn_impl sdpa \
  --freeze_vit true \
  --freeze_aligner true \
  --padding_free false \
  --num_train_epochs 1 \
  --per_device_train_batch_size 1 \
  --per_device_eval_batch_size 1 \
  --gradient_accumulation_steps 1 \
  --learning_rate 3e-5 \
  --gradient_checkpointing true \
  --eval_strategy steps \
  --eval_steps 50 \
  --save_steps 50 \
  --save_total_limit 2 \
  --logging_steps 5 \
  --max_length 65500 \
  --warmup_ratio 0.05 \
  --dataset_num_proc 4 \
  --dataloader_num_workers 4 \
  --output_dir "$OUTPUT_DIR" \
  "${RESUME_ARG[@]}"

Log:

Image

NVIDIA-SMI

Image

Issue

There is no progress after it

Pull Request / Pull Request 信息

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions