update github action's path for the rk3588 model used in integration test

This commit is contained in:
swdee
2025-06-08 09:57:32 +12:00
parent 4249af537a
commit 367898ae73

View File

@@ -64,7 +64,7 @@ jobs:
run: |
mkdir -p example/data
curl -L \
https://raw.githubusercontent.com/swdee/go-rknnlite-data/master/mobilenet_v1-rk3588.rknn \
https://raw.githubusercontent.com/swdee/go-rknnlite-data/master/models/rk3588/mobilenet_v1-rk3588.rknn \
-o example/data/mobilenet_v1-rk3588.rknn
curl -L \
https://raw.githubusercontent.com/swdee/go-rknnlite-data/master/cat_224x224.jpg \