Expand description
MLX Provider - Apple’s ML framework for Apple Silicon
MLX is Apple’s machine learning framework optimized for Apple Silicon. This provider connects to an MLX HTTP server running locally.
Setup:
- Install mlx-lm:
pip install mlx-lm - Start server:
python -m mlx_lm.server --model mlx-community/Llama-3.2-3B-Instruct-4bit - Configure rco:
rco config set RCO_AI_PROVIDER=mlx RCO_API_URL=http://localhost:8080
Structs§
- MlxProvider
- MlxProvider
Builder - ProviderBuilder for MLX