coremltools
Apple’s Python utilities to convert, compress, and validate models for Core ML deployment on Apple devices.
Why it is included
Indexed on TAAFT’s machine-learning repositories as the BSD-licensed bridge from PyTorch/TF to Core ML.
Best for
iOS/macOS teams shipping on-device ML converted from mainstream training frameworks.
Strengths
- Official Apple path
- Quantization options
- Wide converter coverage
Limitations
- Apple-platform scope; some ops need custom implementations
Good alternatives
ONNX → Core ML paths · ExecuTorch
Related tools
AI & Machine Learning
ONNX Runtime
Cross-platform inference accelerator for ONNX models: CPU, GPU, and mobile execution providers with graph optimizations.
AI & Machine Learning
PyTorch
Deep learning framework with strong research-to-production paths.
AI & Machine Learning
MLX LM
Apple MLX-based LLM inference and training on Apple silicon: efficient Metal-backed transformers and examples for local chat models.
AI & Machine Learning
OpenELM (Hugging Face)
Apple’s OpenELM family—openly released efficient language models with layer-wise scaling and Hub-hosted instruct variants.
AI & Machine Learning
MNN
Alibaba’s lightweight inference engine for mobile and edge—used for on-device LLMs and classic CV models with aggressive optimization.
AI & Machine Learning
rtp-llm
Alibaba’s high-performance LLM inference engine (CUDA-focused) for production serving of diverse decoder architectures.
