178 repos across 9 sub-areas
MLX and Apple Silicon ML Models
39 repos
Quantized machine learning models and inference frameworks optimized for Apple Silicon using the MLX library and Metal acceleration. The cluster centers on efficient implementations of large language models and video generation systems in 4-bit, 8-bit, and bfloat16 precision, enabling on-device inference on Mac hardware. Repositories here demonstrate practical deployment strategies for models like MiniMax-H3 and LongCat video avatars using MLX's native Apple Silicon support.
Quantized LLM Inference on Apple Silicon
32 repos
Optimized implementations of large language models running on Apple's MLX framework with aggressive quantization techniques (AXQ/mixed-precision formats) to fit models like Qwen on resource-constrained devices. These repositories focus on model compression, inference optimization, and making state-of-the-art LLMs practically deployable on Mac and iOS hardware through low-bit quantization schemes.
Cluster 462235
25 repos
MLX framework for Apple Silicon ML
22 repos
Machine learning libraries and applications built on MLX, Apple's framework for efficient ML on Apple Silicon devices. The cluster spans Python-based ML tools (22 repos), Swift/native iOS applications (8 repos), and integrations with popular models like Qwen and LLMs. Common themes include local inference, LLM deployment on macOS/iOS, and OpenAI-compatible APIs, reflecting a focus on bringing capable AI workloads to consumer Apple hardware without cloud dependency.
Quantized LLM Model Weights
20 repos
Optimized and quantized versions of large language models, primarily focusing on 4-bit and 6-bit quantization formats for reduced memory footprint and faster inference. The cluster contains numerous variants of Qwen models (base, coding, and vision versions) packaged in AWQ and other quantization schemes, compatible with inference frameworks like SGLang and optimized for hardware like RDNA4 GPUs. These repositories represent the practical engineering of model compression and deployment artifacts rather than training or architecture research.
Cluster 462240
14 repos
Cluster 462241
12 repos
Model Quantization and MLX Deployment
10 repos
Techniques and implementations for quantizing large language models to run efficiently on Apple Silicon using the MLX framework. The cluster focuses on reducing model size through various quantization schemes (4-bit, NVFP4, DWQ) applied to models like Lance-3B, enabling inference on resource-constrained devices. Most repositories appear to be model variants or configuration implementations rather than foundational libraries, but collectively demonstrate practical approaches to deploying conversational AI on Apple hardware with quantized weights distributed via safetensors format.
Model Compression for Edge AI
4 repos
Quantized language model variants optimized for Apple Silicon and resource-constrained devices. This cluster contains multiple compressed versions of open-source language models (GPT, DeepSeek, MiniCPM, Devstral) post-training quantized to 2-bit, 4-bit, and 6-bit precision using the MLX framework, enabling efficient inference on edge hardware. Repos focus on reducing model size and computational requirements while maintaining usable performance for on-device deployment.