mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-11 11:02:29 +00:00
run
This commit is contained in:
parent
2e976d9f3c
commit
588b7a7cb7
5
.github/workflows/rknn.yml
vendored
5
.github/workflows/rknn.yml
vendored
@ -39,8 +39,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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 "numpy<=1.26.4"
|
||||||
pip list | grep rknn
|
pip list | grep rknn
|
||||||
|
echo "---"
|
||||||
|
pip list
|
||||||
|
echo "---"
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user