Skip to content

Commit 806b315

Browse files
committed
Fix decode not implemented, bump to v0.3.1
1 parent cf38f0b commit 806b315

File tree

4 files changed

+267
-8
lines changed

4 files changed

+267
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unitytranslate_version = 0.3.0
1+
unitytranslate_version = 0.3.1
22

33
# This isn't actually used in the download process, however it's used for the sake of caching the downloaded files.
44
# https://github.com/OpenNMT/CTranslate2/blob/master/python/ctranslate2/version.py

native/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jni = "0.21.1"
1212
rust_tokenizers = "8.1.1"
1313
anyhow = "1.0.95"
1414
tokenizers = "0.21.1"
15+
regex = "1.11.1"
1516

1617
[features]
1718
accelerate = ["ct2rs/accelerate"]

native/src/bpe.rs

Lines changed: 264 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)