Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,10 @@ This example shows how to use ORT to do speech recognition using the [Whisper](h

This is an example React Native Expo project which demonstrates basic usage of ORT such as loading onnx models and creating inference sessions, etc.

- [React Native Basic Sample](examples/React_Native/ort-rn-basic-usage/)
- [React Native Basic Sample](examples/React_Native/ort-rn-basic-usage/)

### Phi-3 Sample

This is a basic Phi-3 (Android for now) example application with ONNX Runtime mobile and ONNX Runtime Generate() API with support for efficiently running generative AI models. This app demonstrates the usage of phi-3 model in a simple question answering chatbot mode.

- [Android Phi-3](examples/phi-3/android)
Binary file modified mobile/examples/phi-3/android/app/src/main/jniLibs/arm64-v8a/libonnxruntime-genai.so
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mobile/examples/phi-3/android/app/src/main/jniLibs/x86_64/libonnxruntime-genai.so
100644 → 100755
Binary file not shown.
Binary file not shown.
Binary file not shown.