Skip to content

Commit

Permalink
[ NNStreamer ] disable nnstreamer trainer
Browse files Browse the repository at this point in the history
Describe a commit content (Until 80 colums per line) in detail ASAP.

**Changes proposed in this PR:**
- Added TOC generator for README.md

Resolves:

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
  • Loading branch information
jijoongmoon authored and DonghakPark committed Aug 29, 2024
1 parent 133e68a commit c3db4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nnstreamer/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ if get_option('enable-nnstreamer-tensor-filter').enabled()
subdir('tensor_filter')
endif
if get_option('enable-nnstreamer-tensor-trainer').enabled()
subdir('tensor_trainer')
# subdir('tensor_trainer')
endif
2 changes: 1 addition & 1 deletion packaging/nntrainer.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Execute gbs with --define "testcoverage 1" in case that you must get unittest coverage statistics
%define use_cblas 1
%define nnstreamer_filter 1
%define nnstreamer_trainer 1
%define nnstreamer_trainer 0
%define nnstreamer_subplugin_path /usr/lib/nnstreamer
%define use_gym 0
%define support_ccapi 1
Expand Down

0 comments on commit c3db4db

Please sign in to comment.