Skip to content

Commit

Permalink
Update RK3562/RK3566/RK3568/RK3576/RK3588/RV1103B/RV1103/RV1106/RK211…
Browse files Browse the repository at this point in the history
…8 NPU SDK to V2.3.0

Signed-off-by: Randall Zhuo <[email protected]>
  • Loading branch information
Randall Zhuo committed Nov 11, 2024
1 parent 7efa763 commit a8dd54d
Show file tree
Hide file tree
Showing 95 changed files with 257 additions and 47 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v2.3.0

- RKNN-Toolkit2 support ARM64 architecture
- RKNN-Toolkit-Lite2 support installation via pip
- Add support for W4A16 symmetric quantization (RK3576)
- Operator optimization, such as LayerNorm, LSTM, Transpose, MatMul, etc.

## v2.2.0

- Support installation via pip
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Note:
- Python 3.10
- Python 3.11
- Python 3.12
- Latest version:v2.2.0
- Latest version:v2.3.0



Expand All @@ -64,11 +64,16 @@ https://github.com/airockchip/rknn-llm

# CHANGELOG

## v2.2.0
- Support installation via pip
- Optimize transformer model performance
- Support Python 3.12
- Operator optimization, such as softmax, hardmax, MatMul, etc.
## v2.3.0
- RKNN-Toolkit2 support ARM64 architecture

- RKNN-Toolkit-Lite2 support installation via pip

- Add support for W4A16 symmetric quantization (RK3576)

- Operator optimization, such as LayerNorm, LSTM, Transpose, MatMul, etc.



for older version, please refer [CHANGELOG](CHANGELOG.md)

Expand Down
Loading

0 comments on commit a8dd54d

Please sign in to comment.