Transformers
English
TheOpenMachine commited on
Commit
7d467c3
·
verified ·
1 Parent(s): 3f90c84

Update README.md

Browse files

---
license: other
language:
- en
library_name: onnx
tags:
- android
- onnx
- onnxruntime
- local-ai
- offline-ai
- edge-ai
- mobile-ai
- cpu-inference
- kotlin
- open-machine
- lulu
pipeline_tag: text-generation
---

# Lulu Local Android Demo

**Lulu Local** is an offline Android AI demo by **Open Machine**.

This release runs a local Lulu language model directly on an Android phone using **ONNX Runtime CPU inference**.

No cloud.
No server.
No GPU.
No NPU.
No internet required after install.

This is a raw early proof that a custom local model can run directly on consumer Android hardware.

## What is included

This repository contains:

- Android APK
- ONNX model
- tokenizer
- source archive
- screenshots
- release notes

Main files:

```text
LuluLocal-Android-CPU-fp32.apk
model/lulu_step_stateful_fp32.onnx
tokenizer/tokenizer.json
source/LuluLocal-source.zip

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - moca-embed/dclm_20b
5
+ - openbmb/UltraChat
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ ---