Skip to content

Commit

Permalink
minor update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed May 21, 2024
1 parent 15bb61e commit b55a8b8
Showing 1 changed file with 7 additions and 1 deletion.
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)

0 comments on commit b55a8b8

Please sign in to comment.