Skip to content

Commit

Permalink
[Spec] disable tensorflow-lite ver1.x
Browse files Browse the repository at this point in the history
Update spec file to disable tensorflow-lite ver1.x.

Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung authored and myungjoo committed May 23, 2024
1 parent cd3b4d2 commit 27b006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/machine-learning-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Below features are used for unittest.
# Do not add neural network dependency in API source.
%define tensorflow_support 0
%define tensorflow_lite_support 1
%define tensorflow_lite_support 0
%define tensorflow2_lite_support 1
%define tensorflow2_gpu_delegate_support 1
%define nnfw_support 1
Expand Down

0 comments on commit 27b006b

Please sign in to comment.