-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tizen] Disable nnfw by default @open sesame 09/21 13:35 #398
Conversation
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #398. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/. |
cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://ci.nnstreamer.ai/nnstreamer-api/ci/repo-workers/pr-checker/398-202309191732380.37164402008057-80f62746c1d37cf0ca0d9f8d6c67a44bbfb38c20/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api
requires libnnstreamer-edge.so.0.2.4
but PPA provides libnnstreamer-edge.so.0.2.5
after nnstreamer/nnstreamer-edge@9f898eb.
FYI,
$ sudo ldconfig -p | grep edge
libnnstreamer-edge.so.0.2.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnnstreamer-edge.so.0.2.5
libnnstreamer-edge.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnnstreamer-edge.so
$ apt policy nnstreamer-edge
nnstreamer-edge:
Installed: 0.2.5.0-0~202309190236~ubuntu20.04.1
Candidate: 0.2.5.0-0~202309190236~ubuntu20.04.1
Version table:
*** 0.2.5.0-0~202309190236~ubuntu20.04.1 500
500 http://ppa.launchpad.net/nnstreamer/ppa/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
cibot: @gichan-jang, A builder checker could not be completed because one of the checkers is not completed. In order to find out a reason, please go to http://ci.nnstreamer.ai/nnstreamer-api/ci/repo-workers/pr-checker/398-202309210958450.46248602867126-80f62746c1d37cf0ca0d9f8d6c67a44bbfb38c20/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
packaging/machine-learning-api.spec
Outdated
@@ -12,7 +12,7 @@ | |||
%define tensorflow_lite_support 1 | |||
%define tensorflow2_lite_support 1 | |||
%define tensorflow2_gpu_delegate_support 1 | |||
%define nnfw_support 1 | |||
%define nnfw_support 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you avoid error simply by removing this?
api/packaging/machine-learning-api.spec
Lines 141 to 142 in 80f6274
BuildRequires: libarmcl | |
BuildConflicts: libarmcl-release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Updated.
I checked that OneRT removed armcl backend onTizen.
Remove armcl dependency when nnfw is enabled. Signed-off-by: gichan2-jang <[email protected]>
80f6274
to
0ed6bff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Disable nnfw by default