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 33a63cc commit e6dd994Copy full SHA for e6dd994
.github/workflows/_ascend_npu_benchmark.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Install benchmark dependencies
91
run: |
92
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt "numpy==1.*"
93
- python benchmark/install.py --userbenchmark test_bench
+ python benchmark/install.py --userbenchmark test_bench --continue_on_fail
94
95
- name: Install project dependencies
96
0 commit comments