1. unify env for TTS and ASR; 2. avoid transformers 5.0.0 temporarily
This commit is contained in:
@@ -65,7 +65,8 @@ sudo docker run --privileged --net=host --ipc=host --ulimit memlock=-1:-1 --ulim
|
||||
```bash
|
||||
git clone https://github.com/microsoft/VibeVoice.git
|
||||
cd VibeVoice
|
||||
pip install -e .[asr]
|
||||
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
## Usages
|
||||
|
||||
@@ -97,9 +97,10 @@ sudo docker run --privileged --net=host --ipc=host --ulimit memlock=-1:-1 --ulim
|
||||
git clone https://github.com/microsoft/VibeVoice.git
|
||||
cd VibeVoice/
|
||||
|
||||
pip install -e .[tts]
|
||||
pip install -e .
|
||||
```
|
||||
|
||||
|
||||
## Usages
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user