Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed May 10, 2023
1 parent 1f25171 commit 6b3bbcc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/backend-ncnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,14 @@ jobs:
run: |
rm -rf .eggs && python3 -m pip install -e .
python3 tools/check_env.py
- name: Install ppq
- name: Test ncnn + ppq pipeline
run: |
git clone -b v0.6.6 https://github.com/openppl-public/ppq
git clone -b v0.6.6 --depth 1 https://github.com/openppl-public/ppq
cd ppq
python3 -m pip install -r requirements.txt
python3 setup.py install
python3 -m pip install ppq
- name: Test ncnn + ppq pipeline
run: |
cd ..
export LD_LIBRARY_PATH="/root/workspace/mmdeploy/build/lib:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="/root/workspace/mmdeploy/mmdeploy/lib:${LD_LIBRARY_PATH}"
export work_dir=./work_dir
Expand Down

0 comments on commit 6b3bbcc

Please sign in to comment.