Skip to content

Commit

Permalink
Update toolchain to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWhoami committed Feb 28, 2023
1 parent d6cacdd commit 4477d2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/toolchain/appendix/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

## Toolchain Change log

* **[v0.20.2]**
* Fix combining nef error.
* **[v0.20.1]**
* Update toolchain example to MobileNet v2.
* Fix knerex bias adjustment.
Expand Down
2 changes: 1 addition & 1 deletion docs/toolchain/appendix/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Table below shows the list of operators supports base on ONNX operators.
| ReduceSum | Y | Y | Y | Y |
| ReduceSumSquare | N | Y | Y | Y |
| Relu | Y | Y | Y | Y |
| Reshape | N | N | Y | Y |
| Reshape | N | Y | Y | Y |
| Resize<sup>12</sup> | N | Y | Y | Y |
| RNN | N | Y | Y | Y |
| RoiAlign | N | Y | Y | Y |
Expand Down
4 changes: 3 additions & 1 deletion docs/toolchain/manual_1_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 1. Toolchain Overview

**2023 Feb**
**Toolchain v0.20.1**
**Toolchain v0.20.2**

## 1.1. Introduction

Expand All @@ -20,6 +20,8 @@ In this document, you'll learn:

**Major changes of the current version**

* **[v0.20.2]**
* Fix combining nef error.
* **[v0.20.1]**
* Update toolchain example to MobileNet v2.
* Fix knerex bias adjustment.
Expand Down
4 changes: 2 additions & 2 deletions docs/toolchain/manual_2_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ You can use the following command to pull the latest toolchain docker.
docker pull kneron/toolchain:latest
```

Note that the latest toolchain version v0.20.1. You can find the version of the toolchain in
`/workspace/version.txt` inside the docker. If you find your toolchain is earlier than v0.20.1, you may need to find the
Note that the latest toolchain version v0.20.2. You can find the version of the toolchain in
`/workspace/version.txt` inside the docker. If you find your toolchain is earlier than v0.20.0, you may need to find the
document from the [manual history](appendix/history.md).

## 2.3. Toolchain Docker Overview
Expand Down

0 comments on commit 4477d2a

Please sign in to comment.