mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 10:32:17 +00:00
test
This commit is contained in:
parent
a8d9c8f8e7
commit
8394ee7c27
6
.github/workflows/rknn.yml
vendored
6
.github/workflows/rknn.yml
vendored
@ -40,4 +40,10 @@ jobs:
|
|||||||
ls
|
ls
|
||||||
curl -SL -O https://huggingface.co/csukuangfj/rknn-toolkit2/resolve/main/rknn_toolkit2-1.6.2b6%2B2a4e0d97-cp310-cp310-linux_x86_64.whl
|
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
|
pip install ./*.whl
|
||||||
|
pip list | grep
|
||||||
|
|
||||||
|
- name: Run python
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
python3 -c "import sys; from rknn.api import RKNN; print(dir(RKNN))"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user