Skip to content

Commit 0c5c140

Browse files
niley7464myungjoo
authored andcommitted
Add README of text generation example
This patch adds README of text generation tizen web example. Signed-off-by: Yelin Jeong <[email protected]>
1 parent 12b82ce commit 0c5c140

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Text Generation Sample App
2+
## Description
3+
* This is a sample application of Tizen ML offloading.
4+
* If you want to run it on your device, Tizen 8.0 or higher is required.
5+
* `appsrc` and `tensor_query_client` element are used.
6+
7+
## How to build and run
8+
```sh
9+
$ tizen build-web -- WebApplication
10+
$ tizen package -t wgt -- WebApplication/.buildResult/
11+
$ tizen build-native -a arm -c llvm -C Debug -- NsdService/
12+
$ tizen package -t tpk -- NsdService/Debug/
13+
$ tizen package -t wgt -r NsdService/Debug/lfebC6UrMY.nsdservice-1.0.0-arm.tpk -- WebApplication/.buildResult/Llama2.wgt
14+
$ tizen install -n WebApplication/.buildResult/Llama2.wgt -t rpi4
15+
$ tizen run -p lfebC6UrMY -t rpi4
16+
```
17+
18+
## Demo
19+
![Alt demo](./text_generation.png)
162 KB
Loading

0 commit comments

Comments
 (0)