"vscode:/vscode.git/clone" did not exist on "1e651ca2c9f12bdcc5d63da8830847706e186f22"
Commit bc6df021 authored by lvzhen's avatar lvzhen
Browse files

Update README.md

parent 4a04a612
......@@ -26,6 +26,8 @@ docker run --shm-size 80g --network=host --name=telechat --privileged --device=/
#安装依赖
cd vits
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
apt-get update
chmod 777 /tmp
apt-get install espeak
cd monotonic_align
python setup.py build_ext --inplace
......@@ -43,6 +45,8 @@ docker run --shm-size 80g --network=host --name=telechat --privileged --device=/
#安装依赖
cd vits
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/
apt-get update
chmod 777 /tmp
apt-get install espeak
cd monotonic_align
python setup.py build_ext --inplace
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment