Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraGPT committed Jul 4, 2024
1 parent 7b7d13a commit ba37413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba37413

Please sign in to comment.