Handle invalid utf8 sequence from Whisper for Dart API. (#1106)

Fixes #1104
This commit is contained in:
Fangjun Kuang
2024-07-10 21:48:23 +08:00
committed by GitHub
parent 08c758520f
commit 5a2603ff5c
4 changed files with 33 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 1.10.14 (to-be-released)
* Fix invalid utf8 sequence from Whisper for Dart API.
## 1.10.13
* Update onnxruntime from 1.17.1 to 1.18.0