From 8088bce830f26d2f1cc8c509ed92cec8646ee926 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Mon, 21 Aug 2023 15:08:07 +0200 Subject: [PATCH] fix tflite build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8f5447dac..022ba0ba49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"