File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Tizen.web/TextGenerationLlama2 Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments