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 b8bb1bc commit 07d465fCopy full SHA for 07d465f
.github/workflows/_ascend_npu_build_torch.yml
@@ -46,7 +46,6 @@ jobs:
46
steps:
47
- name: Config mirrors
48
run: |
49
- exit 1
50
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
51
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
52
.github/workflows/_ascend_npu_ut.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install pip dependencies
91
working-directory: torch_npu
92
93
- pip install wheel unittest-xml-reporting
+ pip install wheel unittest-xml-reporting tabulate
94
pip install -r requirements.txt
95
pip install -r test/requirements.txt --no-deps
96
0 commit comments