Skip to content

Commit

Permalink
Switch back to the latest sentencepiece.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Nov 8, 2024
1 parent 23b2d3e commit fe86fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yomikomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
[dependencies]
flate2 = "1.0.28"
num-traits = "0.2.17"
sentencepiece = "0.8.2" # Old version of sentencepiece but compatible with c++11.
sentencepiece = "0.11.2"
serde_json = "1.0.108"
symphonia = { version = "0.5.3", features = ["all-codecs"] }
thiserror = "1.0.50"
Expand Down

0 comments on commit fe86fb9

Please sign in to comment.