We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddd2ba commit 9596771Copy full SHA for 9596771
llm/README.md
@@ -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
+Example Android app that uses LLM Java/Kotlin APIs in extension/llm. Priority P0
llm/apple/ios/README.md
+Example iOS app that uses LLM Swift APIs in extension/llm. Priority P0
llm/cpp/README.md
+Example C++ native runner that uses C++ LLM runtime API. Priority P1
llm/python/README.md
@@ -0,0 +1,7 @@
+# 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