parent
39400e5ee8
commit
e84690f6f0
@ -0,0 +1,20 @@
|
|||||||
|
# Install conda dependencies
|
||||||
|
conda install -c conda-forge sox libsndfile swig bzip2 bottleneck gcc_linux-64=7.5.0 gxx_linux-64=7.5.0 --yes
|
||||||
|
|
||||||
|
# Install the python lib
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Install the auto_log
|
||||||
|
pushd tools/extras
|
||||||
|
bash install_autolog.sh
|
||||||
|
popd
|
||||||
|
|
||||||
|
# Install the ctcdecoder
|
||||||
|
pushd paddlespeech/s2t/decoders/ctcdecoder/swig
|
||||||
|
bash -e setup.sh
|
||||||
|
popd
|
||||||
|
|
||||||
|
# Install the python_speech_features
|
||||||
|
pushd third_party
|
||||||
|
bash -e install.sh
|
||||||
|
popd
|
Loading…
Reference in new issue