How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf tarat122/lumi-mobile
# Run inference directly in the terminal:
llama cli -hf tarat122/lumi-mobile
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf tarat122/lumi-mobile
# Run inference directly in the terminal:
llama cli -hf tarat122/lumi-mobile
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf tarat122/lumi-mobile
# Run inference directly in the terminal:
./llama-cli -hf tarat122/lumi-mobile
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf tarat122/lumi-mobile
# Run inference directly in the terminal:
./build/bin/llama-cli -hf tarat122/lumi-mobile
Use Docker
docker model run hf.co/tarat122/lumi-mobile
Quick Links

🌟 Lumi Mobile - On-Device AI Assistant

Fine-tuned language model for classifying user instructions into tasks, notes, and reflections. Optimized for mobile deployment with PyTorch Mobile.

πŸš€ What it does

Converts natural language into structured data:

  • Tasks: "call mom tomorrow" β†’ {"task": "call mom tomorrow"}
  • Notes: "this book is great" β†’ {"note": "this book is great", "tag": "personal"}
  • Reflections: "feeling grateful today" β†’ {"reflection": "feeling grateful today"}

πŸ“± Mobile Usage

Download Files

const modelUrl = 'https://huggingface.co/yourusername/lumi-mobile/resolve/main/lumi_mobile.ptl';
const vocabUrl = 'https://huggingface.co/yourusername/lumi-mobile/resolve/main/vocab.json';

React Native Integration

npm install react-native-pytorch-core

πŸ“¦ Files

  • lumi_mobile.ptl - PyTorch Mobile model (350M params)
  • vocab.json - Vocabulary for tokenization
  • mobile_config.json - Mobile settings

🎯 Features

  • βœ… Runs completely offline
  • βœ… No server required
  • βœ… Privacy-first (data never leaves device)
  • βœ… ~700MB model size

πŸ”§ Base Model

Fine-tuned from unsloth/LFM2-350M


Built for on-device AI inference πŸ“±

Downloads last month
26
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for tarat122/lumi-mobile

Quantized
(1)
this model