Kneron

Developer Workbench

Kneron Toolchain v0.14.0 Released

Build AI on the Edge. Fast.

Convert, optimize, and deploy PyTorch/ONNX models to Kneron NPUs in minutes using our new unified Python SDK.

bash
# 1. Install the toolchain
$ pip install kneron-toolchain
# 2. Compile your model
$ kneron build --model yolo.onnx --target KL720
[INFO] Optimizing graph... [OK] [INFO] Quantizing to INT8... [OK] [SUCCESS] Generated 'yolo_kl720.nef'
# 3. Run inference
$ python app.py