fix env bug

This commit is contained in:
YaoyaoChang
2026-01-21 21:36:49 -08:00
parent 1b6e8b56ea
commit ce90a49960
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ 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 .
pip install -e .[tts]
```
## Usages