Can I run an llm in my phone

Asked on 06/09/2025

1 search

Yes, you can run a large language model (LLM) on your phone using Apple's Core ML framework. Apple provides tools to import and run on-device AI models, including large language models, across their devices. You can start with a model developed in PyTorch, convert it into the Core ML format, and then optimize it for performance using Core ML tools. This allows the model to leverage the CPU, GPU, and neural engine for efficient execution. For more details, you can refer to the Platforms State of the Union session.