From 06e69c5d8faeb86b0341c8319d840e0772a02c3e Mon Sep 17 00:00:00 2001 From: Zack Li <39573601+zhiyuan8@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:55:42 -0800 Subject: [PATCH] Update README.md (#326) --- android/llama.android/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/llama.android/README.md b/android/llama.android/README.md index aa91234c..31e737da 100644 --- a/android/llama.android/README.md +++ b/android/llama.android/README.md @@ -1,7 +1,7 @@ # Nexa -**Nexa** is a Kotlin wrapper for the [llama.cpp](https://github.com/ggerganov/llama.cpp.git) library. offering a convenient Kotlin API for Android developers. It allows seamless integration of llama.cpp models into Android applications. -**NOTE:** Currently, Nexa supports Vision-Language Model (VLM) inference capabilities. +**Nexa** offers a convenient Kotlin API for Android developers. It allows seamless integration of llama.cpp models into Android applications. +**NOTE:** Currently, Nexa supports Large-Language Model (LLM) Vision-Language Model (VLM) inference capabilities. ## Installation @@ -51,4 +51,4 @@ Open the [android test project](./app-java) folder in Android Studio and run the ## Download Models -You can download models from the [Nexa AI ModelHub](https://nexa.ai/models). \ No newline at end of file +You can download models from the [Nexa AI ModelHub](https://nexa.ai/models).