File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
5656 - name : Compile and install torch_npu
5757 working-directory : /root/build/npu/pytorch
5858 run : |
59- pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
59+ pip install -r requirements.txt
6060 bash ci/build.sh --python=`python --version | awk '{print $2}' | cut -d '.' -f 1,2`
6161 pip3 install dist/torch_npu*.whl
6262 - name : Do the test
63- working-directory : /root/build
63+ working-directory : /root/build/npu/pytorch
6464 run : |
65- pip3 install -r npu/pytorch/ test/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --no-deps
66- python npu/pytorch/ ci/access_control_test.py
65+ pip3 install -r test/requirements.txt --no-deps
66+ python ci/access_control_test.py
Original file line number Diff line number Diff line change 3030 type : choice
3131 options :
3232 - self-hosted
33+ - npu-arm64
3334 default : ' self-hosted'
3435 description : The runner selected to run on
3536 device :
You can’t perform that action at this time.
0 commit comments