Setsugesuka commited on
Commit
750d27b
1 Parent(s): 9eac011

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ To utilize these pretrained vocoders, just run the following commands:
13
  ### Step1: Download the checkpoint
14
  ```bash
15
  git lfs install
16
- git clone https://huggingface.co/amphion/vocoder
17
  ```
18
 
19
  ### Step2: Clone the Amphion's Source Code of GitHub
@@ -28,7 +28,7 @@ Use the soft link to specify the downloaded checkpoint in the first step:
28
  cd Amphion
29
  mkdir ckpts/vocoder
30
  cd ckpts/vocoder
31
- ln -s ../vocoder/hifigan_speech ckpts/vocoder/hifigan_speech
32
  ```
33
 
34
  ### Step4: Inference
 
13
  ### Step1: Download the checkpoint
14
  ```bash
15
  git lfs install
16
+ git clone https://huggingface.co/amphion/hifigan_speech_bigdata
17
  ```
18
 
19
  ### Step2: Clone the Amphion's Source Code of GitHub
 
28
  cd Amphion
29
  mkdir ckpts/vocoder
30
  cd ckpts/vocoder
31
+ ln -s "$(realpath ../hifigan_speech_bigdata/hifigan_speech)" pretrained/hifigan_speech
32
  ```
33
 
34
  ### Step4: Inference