dispatchAI/mobile-chat-demo
0
๐ dispatchAI Mobile Chat Demo
Chat with dispatchAI's mobile-optimized models directly in your browser.
Model: SmolLM2-135M-Instruct-mobile โ 135M parameters, under 500MB, designed to run on phones.
This Space runs on ZeroGPU (Team tier) so it stays responsive even under load.
Try It
Just type a message and chat. The model is small but surprisingly capable for its size.
Run This Model On Your Phone
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("dispatchAI/SmolLM2-135M-Instruct-mobile")
tokenizer = AutoTokenizer.from_pretrained("dispatchAI/SmolLM2-135M-Instruct-mobile")Or with llama.cpp:
llama-cli -m model.gguf -p "Hello!" -n 100About dispatchAI
We re-engineer open-source LLMs for mobile and edge devices. 39 models, all tested on real Snapdragon hardware, all free.
