Skip to content

Commit 9596771

Browse files
authored
Example LLM skeleton app (#26)
1 parent 0ddd2ba commit 9596771

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

llm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a WIP directory to migrate https://github.com/pytorch/executorch/tree/main/examples/demo-apps

llm/android/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Example Android app that uses LLM Java/Kotlin APIs in extension/llm. Priority P0

llm/apple/ios/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Example iOS app that uses LLM Swift APIs in extension/llm. Priority P0

llm/cpp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Example C++ native runner that uses C++ LLM runtime API. Priority P1

llm/python/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Setup
2+
3+
# Export a model
4+
5+
## Export a model using export_llm script
6+
7+
## Export a model using HuggingFace optimum

0 commit comments

Comments
 (0)