Skip to content

Commit

Permalink
Update README.md (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuan8 authored Dec 20, 2024
1 parent 17aace1 commit 06e69c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/llama.android/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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).
You can download models from the [Nexa AI ModelHub](https://nexa.ai/models).

0 comments on commit 06e69c5

Please sign in to comment.