Skip to content

Commit 111107f

Browse files
matthewchan-gcopybara-github
authored andcommitted
Replace the use of Minja with Mini Jinja in LiteRT-LM.
LiteRT-LM-PiperOrigin-RevId: 863520986
1 parent 6340427 commit 111107f

File tree

12 files changed

+1500
-70
lines changed

12 files changed

+1500
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ publish = false
1111

1212
[dependencies]
1313
antlr4rust = "0.5"
14+
chrono = "0.4"
1415
cxx = "=1.0.149"
1516
googletest = "0.14"
1617
indexmap = "2.12"
1718
llguidance = { version = "=1.3.0", default-features = false, features = ["lark", "rayon", "ahash"] }
19+
minijinja = { version = "=2.14.0", features = ["json", "preserve_order"] }
1820
paste = "1.0"
1921
quote = "1.0"
2022
tokenizers = { version = "=0.21.0", default-features = false, features = ["onig"] }

0 commit comments

Comments
 (0)