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 20c77e0 commit 978578aCopy full SHA for 978578a
.github/workflows/_ascend_npu_benchmark.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Install system dependencies
65
run: |
66
apt update
67
- apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl libgl1
+ apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl libgl1 libglib2.0-0
68
69
- name: Checkout
70
uses: actions/checkout@v4
@@ -93,7 +93,6 @@ jobs:
93
94
- name: Install benchmark dependencies
95
96
- pip install opencv-python-headless
97
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt "numpy==1.*"
98
python benchmark/install.py --userbenchmark test_bench --continue_on_fail
99
0 commit comments