From 19822d54bd7e0ba81dd86259c47d2762dda4cebe Mon Sep 17 00:00:00 2001 From: Jaeyun Jung Date: Thu, 23 May 2024 17:34:11 +0900 Subject: [PATCH] [Spec] disable tensorflow-lite ver1.x Update spec file to disable tensorflow-lite ver1.x. Signed-off-by: Jaeyun Jung --- packaging/nnstreamer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 5c205f0..a21bf11 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -21,7 +21,7 @@ # If you want to build RPM for other Linux distro, you may need to # touch these values for your needs. %define tensorflow_support 0 -%define tensorflow_lite_support 1 +%define tensorflow_lite_support 0 %define tensorflow2_lite_support 1 %define armnn_support 0 %define vivante_support 0 -- 2.7.4