Setsugesuka commited on
Commit
108cc9f
1 Parent(s): 7a4e294

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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
@@ -26,9 +26,8 @@ Use the soft link to specify the downloaded checkpoint in the first step:
26
 
27
  ```bash
28
  cd Amphion
29
- mkdir ckpts/vocoder
30
- cd ckpts/vocoder
31
- ln -s ../vocoder/bigvgan_singing ckpts/vocoder/bigvgan_singing
32
  ```
33
 
34
  ### Step4: Inference
 
13
  ### Step1: Download the checkpoint
14
  ```bash
15
  git lfs install
16
+ git clone https://huggingface.co/amphion/BigVGAN_singing_bigdata
17
  ```
18
 
19
  ### Step2: Clone the Amphion's Source Code of GitHub
 
26
 
27
  ```bash
28
  cd Amphion
29
+ mkdir -p ckpts/vocoder
30
+ ln -s "$(realpath ../BigVGAN_singing_bigdata/bigvgan_singing)" pretrained/bigvgan_singing
 
31
  ```
32
 
33
  ### Step4: Inference