From bd9e63063f7cf6cd5f61d8633472fdd4b63484be Mon Sep 17 00:00:00 2001
From: szsteven008 <97944818+szsteven008@users.noreply.github.com>
Date: 星期二, 28 五月 2024 11:03:56 +0800
Subject: [PATCH] 修复了onnxruntime在macos下编译失败的错误 (#1748)
---
examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml b/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
index 331ac0d..f4f8c01 100644
--- a/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
+++ b/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
@@ -65,10 +65,11 @@
optim: adamw
optim_conf:
lr: 0.0001
- weight_decay: 0.000001
+ weight_decay: 0
+
scheduler: warmuplr
scheduler_conf:
- warmup_steps: 1000
+ warmup_steps: 1500
dataset: AudioLLMVicunaDataset
dataset_conf:
--
Gitblit v1.9.1