Skip to content

Commit

Permalink
[Build] onnx-runtime/training-offloading from tizen 9.0
Browse files Browse the repository at this point in the history
Update spec to enable ONNX runtime and training-offloading from Tizen 9.0.

Signed-off-by: Jaeyun Jung <[email protected]>
  • Loading branch information
jaeyun-jung authored and myungjoo committed May 2, 2024
1 parent df7d7fe commit 55ea886
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packaging/machine-learning-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
%define tensorflow2_gpu_delegate_support 0
%endif

# Enable a few features from Tizen 9.0 release.
%if 0%{tizen_version_major} < 9
%define onnxruntime_support 0
%define ncnn_support 0
%define nntrainer_support 0
%endif

%ifnarch %arm aarch64 x86_64 i586 i686 %ix86
%define nnfw_support 0
%endif
Expand Down

0 comments on commit 55ea886

Please sign in to comment.