Update prepare.sh

pull/3803/head
gmm 1 year ago committed by GitHub
parent ef7ec90ee8
commit 132b8c4953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,6 +35,7 @@ if [[ ${MODE} = "benchmark_train" ]];then
pip install setuptools_scm #-i https://pypi.tuna.tsinghua.edu.cn/simple pip install setuptools_scm #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install . #-i https://pypi.tuna.tsinghua.edu.cn/simple pip install . #-i https://pypi.tuna.tsinghua.edu.cn/simple
pip install jsonlines pip install jsonlines
pip install scipy==1.12.0
pip list pip list
cd - cd -
if [[ ${model_name} == "conformer" ]]; then if [[ ${model_name} == "conformer" ]]; then

Loading…
Cancel
Save