From 40156d8ad5ce7e81e103bb63344e4b587c20d892 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 21 Sep 2022 15:38:23 +0800 Subject: [PATCH] Update README.md --- demos/speech_web/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demos/speech_web/README.md b/demos/speech_web/README.md index efc923f0..2bbd0caa 100644 --- a/demos/speech_web/README.md +++ b/demos/speech_web/README.md @@ -141,8 +141,9 @@ ERNIE-SAT 体验依赖于 [examples/aishell3_vctk/ernie_sat](https://github.com/ 运行好 `examples/aishell3_vctk/ernie_sat` 后,回到当前目录,创建环境: ```bash -ln -s ../../examples/aishell3_vctk/ernie_sat/tools ./speech_server/tools -ln -s ../../examples/aishell3_vctk/ernie_sat/download ./speech_server/download +cd speech_server +ln -snf ../../../examples/aishell3_vctk/ernie_sat/download . +ln -snf ../../../examples/aishell3_vctk/ernie_sat/tools . ``` #### finetune 环境配置 -- GitLab