-
Notifications
You must be signed in to change notification settings - Fork 0
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
Debian/custom/action #18
Conversation
Remove AITT connection type since AITT has been deprecated. Signed-off-by: gichan2-jang <[email protected]>
This patch introduces the llama2.c to nnstreamer. Signed-off-by: Yelin Jeong <[email protected]>
This patch adds custom filter to use llama2c. example pipeline ```sh $ gst-launch-1.0 filesrc location=input.txt ! text/x-raw ! tensor_converter input-dim=3584:1:1:1 ! tensor_filter framework=custom model=libnnstreamer_customfilter_llama2.so ! filesink location=output.txt ``` model.bin and tokenizer.bin is needed. Signed-off-by: Yelin Jeong <[email protected]>
This patch disables the mlops-agent on VD Cosmos infra. Signed-off-by: Sangjung Woo <[email protected]>
upload-artifact v1 is obsolete and github-action rejects running it. Signed-off-by: MyungJoo Ham <[email protected]>
Specify the local loopback address (127.0.0.1) instead of an empty string (''). This change ensures that the socket only accepts connections from the local machine, mitigating the security risk. Signed-off-by: Yongjoo Ahn <[email protected]>
Cast one of the operands to `gsize` before performing the multiplication. This way, the multiplication will be done in the larger type Signed-off-by: Yongjoo Ahn <[email protected]>
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #18. 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, tests/nnstreamer_edge/nnstreamer-edge-custom-test.c does not include Doxygen tags such as @file @brief @author @bug. You must include the Doxygen tags in the source code. Please refer to a Doxygen manual at http://github.com/nnstreamer/TAOS-CI/blob/main/ci/doc/doxygen-documentation.md |
92de5fb
to
6aaaa0a
Compare
cibot: @gichan-jang, tests/nnstreamer_edge/nnstreamer-edge-custom-test.c does not include Doxygen tags such as @file @brief @author @bug. You must include the Doxygen tags in the source code. Please refer to a Doxygen manual at http://github.com/nnstreamer/TAOS-CI/blob/main/ci/doc/doxygen-documentation.md |
- Implement custom connection for edgesrc and edgesink - Enable the tests Signed-off-by: gichan2-jang <[email protected]>
6aaaa0a
to
038f745
Compare
cibot: @gichan-jang, tests/nnstreamer_edge/nnstreamer-edge-custom-test.c does not include Doxygen tags such as @file @brief @author @bug. You must include the Doxygen tags in the source code. Please refer to a Doxygen manual at http://github.com/nnstreamer/TAOS-CI/blob/main/ci/doc/doxygen-documentation.md |
[Template] PR Description
In general, github system automatically copies your commit message for your convenience.
Please remove unused part of the template after writing your own PR description with this template.