Skip to content

Commit

Permalink
fix tflite build
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 21, 2023
1 parent 2a87d4f commit 8088bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ serde_json = "1.0"
string-interner = "0.14"
tar = "0.4.37"
tensorflow = "0.17.0"
tflite = { git = "https://github.com/Marekkon5/tflite-rs.git" }
tflite = { git = "https://github.com/kali/tflite-rs.git", rev="61d2aa7" }
time = "=0.3.23"
time-macros = "=0.2.10"
tokenizers = "0.13"
Expand Down

0 comments on commit 8088bce

Please sign in to comment.