lmxue commited on
Commit
02849c9
1 Parent(s): d4d99b3

rename to valle_libritts

Browse files

change name from valle-libritts to valle_libritts

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,7 +17,7 @@ To utilize the pretrained models, just run the following commands:
17
  ### Step1: Download the checkpoint
18
  ```bash
19
  git lfs install
20
- git clone https://huggingface.co/amphion/valle-libritts
21
  ```
22
 
23
  ### Step2: Clone the Amphion's Source Code of GitHub
@@ -31,7 +31,7 @@ Use the soft link to specify the downloaded checkpoint in the first step:
31
  ```bash
32
  cd Amphion
33
  mkdir -p ckpts/tts
34
- ln -s ../../../valle-libritts ckpts/tts/
35
  ```
36
 
37
  ### Step4: Inference
@@ -40,9 +40,9 @@ You can follow the inference part of [this recipe](https://github.com/open-mmlab
40
 
41
  ```bash
42
  sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
43
- --config "ckpts/tts/valle-libritts/args.json" \
44
- --infer_expt_dir Amphion/ckpts/tts/valle-libritts \
45
- --infer_output_dir Amphion/ckpts/tts/valle-libritts/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from Amphion Vall-E model." \
48
  --infer_text_prompt "But even the unsuccessful dramatist has his moments." \
 
17
  ### Step1: Download the checkpoint
18
  ```bash
19
  git lfs install
20
+ git clone https://huggingface.co/amphion/valle_libritts
21
  ```
22
 
23
  ### Step2: Clone the Amphion's Source Code of GitHub
 
31
  ```bash
32
  cd Amphion
33
  mkdir -p ckpts/tts
34
+ ln -s ../../../valle_libritts ckpts/tts/
35
  ```
36
 
37
  ### Step4: Inference
 
40
 
41
  ```bash
42
  sh egs/tts/VALLE/run.sh --stage 3 --gpu "0" \
43
+ --config "ckpts/tts/valle_libritts/args.json" \
44
+ --infer_expt_dir Amphion/ckpts/tts/valle_libritts \
45
+ --infer_output_dir Amphion/ckpts/tts/valle_libritts/result \
46
  --infer_mode "single" \
47
  --infer_text "This is a clip of generated speech with the given text from Amphion Vall-E model." \
48
  --infer_text_prompt "But even the unsuccessful dramatist has his moments." \