mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
install rknn
This commit is contained in:
parent
4ba4b6c616
commit
a8d9c8f8e7
13
.github/workflows/rknn.yml
vendored
13
.github/workflows/rknn.yml
vendored
@ -19,12 +19,25 @@ concurrency:
|
||||
jobs:
|
||||
rknn:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: ["3.10"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install rknn
|
||||
shell: bash
|
||||
run: |
|
||||
ls
|
||||
curl -SL -O https://huggingface.co/csukuangfj/rknn-toolkit2/resolve/main/rknn_toolkit2-1.6.2b6%2B2a4e0d97-cp310-cp310-linux_x86_64.whl
|
||||
pip install ./*.whl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user