Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Debian/custom/action #18

wants to merge 8 commits into from

Conversation

gichan-jang
Copy link
Owner


[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.

$ git commit -s filename1 filename2 ... [enter]

Summarize changes in around 50 characters or less

More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of the commit and the rest of the text as the body. The
blank line separating the summary from the body is critical;
various tools like `log`, `shortlog` and `rebase` can get confused 
if you run the two together.

Further paragraphs come after blank lines.

**Changes proposed in this PR:**
- Bullet points are okay, too
- Typically a hyphen or asterisk is used for the bullet, preceded
  by a single space, with blank lines in between, but conventions vary here.

Resolves: #123
See also: #456, #789

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

**How to evaluate:**
1. Describe how to evaluate in order to be reproduced by reviewer(s).

Add signed-off message automatically by running **$git commit -s ...** command.

$ git push origin <your_branch_name>

gichan-jang and others added 7 commits September 7, 2024 00:15
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
Copy link
Collaborator

taos-ci commented Sep 24, 2024

📝 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/.

@taos-ci
Copy link
Collaborator

taos-ci commented Sep 24, 2024

:octocat: 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

@taos-ci
Copy link
Collaborator

taos-ci commented Sep 24, 2024

:octocat: 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]>
@taos-ci
Copy link
Collaborator

taos-ci commented Sep 24, 2024

:octocat: 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

@gichan-jang gichan-jang closed this Oct 2, 2024
@gichan-jang gichan-jang deleted the debian/custom/action branch October 2, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants