File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ python app_vc_v2.py --cfm-checkpoint-path <path-to-cfm-checkpoint> --ar-checkpoi
112112```
113113- ` cfm-checkpoint-path ` is the path to the checkpoint of the CFM model, leave to blank to auto-download default model from huggingface
114114- ` ar-checkpoint-path ` is the path to the checkpoint of the AR model, leave to blank to auto-download default model from huggingface
115+ - you may consider adding ` --compile ` to gain ~ x6 speed-up on AR model inference
116+ -
115117Integrated Web UI:
116118``` bash
117119python app.py --enable-v1 --enable-v2
Original file line number Diff line number Diff line change 22torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu
33torchvision --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu
44torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu
5+ accelerate
56scipy==1.13.1
67librosa==0.10.2
78huggingface-hub==0.23.4
89munch==4.0.0
910einops==0.8.0
1011descript-audio-codec==1.0.0
11- gradio==4.44 .0
12+ gradio==5.23 .0
1213pydub==0.25.1
1314resemblyzer
1415jiwer==3.0.3
@@ -21,3 +22,4 @@ funasr==1.1.5
2122numpy==1.26.4
2223pyyaml
2324python-dotenv
25+ hydra-core==1.3.2
Original file line number Diff line number Diff line change 1- --extra-index-url https://download.pytorch.org/whl/cu121
1+ torch --pre --index-url https://download.pytorch.org/whl/nightly/cu126
2+ torchvision --pre --index-url https://download.pytorch.org/whl/nightly/cu126
3+ torchaudio --pre --index-url https://download.pytorch.org/whl/nightly/cu126
4+ accelerate
25torch == 2.4.0
36torchvision == 0.19.0
47torchaudio == 2.4.0
@@ -21,4 +24,4 @@ funasr==1.1.5
2124numpy == 1.26.4
2225hydra-core == 1.3.2
2326pyyaml
24- python-dotenv
27+ python-dotenv
You can’t perform that action at this time.
0 commit comments