Skip to content

Commit 60a5f60

Browse files
committed
KB updates
1 parent ebc70c3 commit 60a5f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/smartphones-and-mobile/build-android-chat-app-using-onnxruntime/3-build-onnxruntime-generate-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 4
66
layout: learningpathall
77
---
88

9-
## Cross-compile the ONNX Runtime generate() API for Android CPU
9+
## Cross-compile the ONNX Runtime Generate() API for Android CPU
1010

1111
The Generate() API in ONNX Runtime is designed for text generation tasks using models like Phi-3. It implements the generative AI loop for ONNX models, including:
1212
- pre- and post-processing

content/learning-paths/smartphones-and-mobile/build-android-chat-app-using-onnxruntime/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ learning_objectives:
1010
- Run a Phi-3 model using ONNX Runtime on an Arm-based smartphone.
1111

1212
prerequisites:
13-
- A Windows x86_64 development machine with at least 16GB of RAM. (You should also be able to use Linux or MacOS for the build, but the instructions for this are not included in this learning path.)
13+
- A Windows x86_64 development machine with at least 16GB of RAM.
1414
- An Android phone with at least 8GB of RAM. This learning path was tested on Samsung Galaxy S24.
1515

1616
author_primary: Koki Mitsunami

0 commit comments

Comments
 (0)