From c1e365fea09aafda387cac12fdff43d28c598979 Mon Sep 17 00:00:00 2001
From: BienBoy <92378515+BienBoy@users.noreply.github.com>
Date: 星期六, 01 二月 2025 23:29:34 +0800
Subject: [PATCH] fix: resolve unexpected 'out of memory' issue in multi-GPU setup (#2373)
---
examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml b/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
index fb00b12..34be78d 100644
--- a/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
+++ b/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
@@ -67,9 +67,9 @@
lr: 0.0001
weight_decay: 0.000000
-scheduler: custom_lambdalr
+scheduler: warmuplr
scheduler_conf:
- warmup_steps: 1000
+ warmup_steps: 1500
dataset: AudioLLMQwenAudioDataset
dataset_conf:
--
Gitblit v1.9.1