Skip to content

Commit

Permalink
bump tflite dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 8, 2023
1 parent 6bcbd34 commit d4f87e3
Showing 1 changed file with 1 addition and 1 deletion.
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 = "0.9.7"
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 d4f87e3

Please sign in to comment.