Skip to content

Commit 278738b

Browse files
committed
README: update description and add Maven Central badges
1 parent 0b36d76 commit 278738b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
[![API](https://img.shields.io/badge/API-24%2B-brightgreen.svg)](https://android-arsenal.com/api?level=24)
55
[![Kotlin](https://img.shields.io/badge/Kotlin-2.0.21-purple.svg)](https://kotlinlang.org)
6+
[![Maven Central](https://img.shields.io/maven-central/v/org.codeshipping/llama-kotlin-android.svg)](https://central.sonatype.com/artifact/org.codeshipping/llama-kotlin-android)
7+
![Downloads](https://img.shields.io/maven-central/d/org.codeshipping/llama-kotlin-android)
68

7-
A Kotlin-first Android library for running LLaMA models on-device using [llama.cpp](https://github.com/ggerganov/llama.cpp). Lightweight, easy-to-use API with full coroutine support following modern Android best practices.
9+
Kotlin bindings for running LLaMA models on Android. An android library for running LLaMA models on-device using [llama.cpp](https://github.com/ggerganov/llama.cpp). Lightweight, easy-to-use API with full coroutine support following modern Android best practices.
810

911
---
1012

0 commit comments

Comments
 (0)