From 447222c00e545906879364c641846f399290dcee Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 25 三月 2024 12:37:35 +0800
Subject: [PATCH] install requirements automatically
---
examples/industrial_data_pretraining/paraformer_streaming/finetune.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/industrial_data_pretraining/paraformer_streaming/finetune.sh b/examples/industrial_data_pretraining/paraformer_streaming/finetune.sh
index 2bfb2bf..1e4537a 100644
--- a/examples/industrial_data_pretraining/paraformer_streaming/finetune.sh
+++ b/examples/industrial_data_pretraining/paraformer_streaming/finetune.sh
@@ -10,7 +10,7 @@
## option 1, download model automatically
model_name_or_model_dir="iic/speech_paraformer_asr_nat-zh-cn-16k-common-vocab8404-online"
-model_revision="v2.0.4"
+model_revision="master"
## option 2, download model by git
#local_path_root=${workspace}/modelscope_models
--
Gitblit v1.9.1