From ba37413081f52fcc67342e47aaf23575d874e034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Fri, 5 Jul 2024 00:05:38 +0800 Subject: [PATCH] update --- finetune.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finetune.sh b/finetune.sh index 0189068..4fad573 100644 --- a/finetune.sh +++ b/finetune.sh @@ -10,7 +10,7 @@ gpu_num=$(echo $CUDA_VISIBLE_DEVICES | awk -F "," '{print NF}') # model_name from model_hub, or model_dir in local path ## option 1, download model automatically -model_name_or_model_dir="/Users/zhifu/Downloads/modelscope_models/SenseVoiceCTC" +model_name_or_model_dir="iic/SenseVoiceCTC" ## option 2, download model by git #local_path_root=${workspace}/modelscope_models