@@ -8,6 +8,22 @@ A Kotlin-first Android library for running LLaMA models on-device using [llama.c
88
99---
1010
11+ ## 📖 Table of Contents
12+
13+ - [ Screenshots] ( #-screenshots-from-sample-app )
14+ - [ Quick Start] ( #-quick-start )
15+ - [ Features] ( #-features )
16+ - [ API Reference] ( #-api-reference )
17+ - [ Chat Templates] ( #-chat-templates )
18+ - [ Supported Models] ( #-supported-models )
19+ - [ Architecture] ( #-architecture )
20+ - [ Building from Source] ( #️-building-from-source )
21+ - [ Requirements] ( #-requirements )
22+ - [ Contributing] ( #-contributing )
23+ - [ License] ( #-license )
24+
25+ ---
26+
1127## 📸 Screenshots from Sample App
1228
1329<!-- Add screenshots here when available -->
@@ -23,7 +39,7 @@ A Kotlin-first Android library for running LLaMA models on-device using [llama.c
2339
2440``` kotlin
2541dependencies {
26- implementation(" io.github.it5prasoon:llama-kotlin-android:1.0 .0" )
42+ implementation(" io.github.it5prasoon:llama-kotlin-android:0.1 .0" )
2743}
2844```
2945
@@ -97,22 +113,6 @@ cd llama-kotlin-android
97113
98114---
99115
100- ## 📖 Table of Contents
101-
102- - [ Screenshots] ( #-screenshots )
103- - [ Quick Start] ( #-quick-start )
104- - [ Features] ( #-features )
105- - [ API Reference] ( #-api-reference )
106- - [ Chat Templates] ( #-chat-templates )
107- - [ Supported Models] ( #-supported-models )
108- - [ Architecture] ( #-architecture )
109- - [ Building from Source] ( #️-building-from-source )
110- - [ Requirements] ( #-requirements )
111- - [ Contributing] ( #-contributing )
112- - [ License] ( #-license )
113-
114- ---
115-
116116## 📚 API Reference
117117
118118### LlamaModel
0 commit comments