This is a quantized GGUF version of the
HKUDS/OpenPhone model.
OpenPhone is an open-source mobile AI agent model designed for on-device smartphone interaction. It's optimized for mobile GUI tasks and edge device deployment.
This GGUF model can be used with llama.cpp and compatible inference engines that support GGUF format.
1# Example usage with llama.cpp
2./llama-cli -m openphone-q4_k_m.gguf -p "Your prompt here"