updated golang doc description

This commit is contained in:
swdee
2025-04-02 10:29:25 +13:00
parent f3d4932f9e
commit 399f18c77e

6
doc.go
View File

@@ -5,8 +5,10 @@ Python lite bindings used for running AI Inference models on the Rockchip NPU
via the RKNN software stack.
These bindings have only been tested on the RK3588
(specifically the Radxa Rock Pi 5B) but should work on other RK3588 based SBC's.
It should also work with other models in the RK35xx series supported by the RKNN Toolkit2.
(specifically the Radxa Rock Pi 5B) and work with other RK3588 based SBC's.
Other users have reported running the bindings and examples on other models in
the RK35xx series supported by the RKNN Toolkit2.
See example code and usage in the examples subdirectory.
*/