Skip to content

Conversation

@songgot
Copy link
Contributor

@songgot songgot commented Jul 23, 2025

  • Add On Device LXM Service API
  • Add LLM example

@songgot songgot force-pushed the dev_llm_example branch 4 times, most recently from 9339ef5 to 6503f9a Compare July 23, 2025 06:11
@myungjoo
Copy link
Member

The simpliest usage should look like: (psuedo code)

session = create_session ( config(including model name and framework?), instruction );

request (session, prompt-string, callback-func, user-data);
wait-request (callback-func);

delete_session (session);

or

session = create_session ( config(including model name and framework?), instruction );

response = request (session, prompt-string, callback-func, user-data, sync=true);

delete_session (session);

@songgot songgot force-pushed the dev_llm_example branch 5 times, most recently from a153de9 to 1fee669 Compare July 25, 2025 06:00
- Add On Device LXM Service API
- Add LLM example

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
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.

2 participants