Skip to content

Commit

Permalink
fix again tflite dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 10, 2023
1 parent 66998bd commit b517335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ serde_json = "1.0"
string-interner = "0.14"
tar = "0.4.37"
tensorflow = "0.17.0"
tflite = "0.9.7"
time = "=0.3.23"
time-macros = "=0.2.10"
tokenizers = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion test-rt/test-tflite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ suite-conv = { path = "../suite-conv" }
[dev-dependencies]
lazy_static.workspace = true
log.workspace = true
tflite = { git= "https://github.com/Marekkon5/tflite-rs" }
tflite.workspace = true
tract-tflite = { path = "../../tflite", version = "=0.20.7-pre" }
tract-onnx-opl = { path = "../../onnx-opl", version = "=0.20.7-pre" }
infra = { path = "../infra" }
Expand Down

0 comments on commit b517335

Please sign in to comment.