We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee4702 commit ec4e06cCopy full SHA for ec4e06c
.github/workflows/_build-and-test.yml
@@ -52,7 +52,7 @@ jobs:
52
working-directory: /root/build/npu/pytorch
53
run: |
54
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
55
- bash ci/build.sh --python=3.8
+ bash ci/build.sh --python=`python --version | awk '{print $2}' | cut -d '.' -f 1,2`
56
pip3 install dist/torch_npu*.whl
57
- name: Do the test
58
working-directory: /root/build
0 commit comments