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 345a103 commit 917487eCopy full SHA for 917487e
.github/workflows/_ascend_npu_benchmark.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
61
apt update
62
- 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
63
64
- name: Checkout
65
uses: actions/checkout@v4
@@ -89,6 +89,7 @@ jobs:
89
90
- name: Install benchmark dependencies
91
92
+ pip install opencv-python-headless
93
pip install -r benchmark/requirements.txt --constraint ascend_npu/requirements.txt "numpy==1.*"
94
python benchmark/install.py --userbenchmark test_bench --continue_on_fail
95
0 commit comments