Skip to content

Commit 8163913

Browse files
zzc0208leng-yue
authored andcommitted
Create installreq.sh
1 parent 709d67a commit 8163913

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

installreq.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
wget https://gitee.com/ascend/pytorch/releases/download/v5.0.0-pytorch2.1.0/torch_npu-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
2+
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
3+
pip3 install torch==2.1.0
4+
pip3 install setuptools
5+
pip3 install torch_npu-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
6+
yum install libX11-devel -y
7+
pip3 install -r requirements.txt
8+
MAX_JOBS=8 pip install praat-parselmouth --no-build-isolation

0 commit comments

Comments
 (0)