mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-19 14:43:36 -04:00
86f669dc82
- Vision Support (Issue #45): CLI + Server with OpenAI-compatible image API, EXIF metadata - Unix Pipes (ADR-014): stdin support, isatty detection, SIGPIPE handling - Memory-Aware Loading (ADR-016): Pre-load checks with >70% RAM warnings - Python 3.9-3.14: Full compatibility verified (476-485 tests passing) - Fixed: --log-json regression (Issue #44), Vision multimodal history filtering See CHANGELOG.md for complete details.
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
# mlx_knife requirements
|
|
# Core dependencies for HuggingFace model management
|
|
|
|
huggingface-hub>=0.34.0
|
|
requests>=2.32.0
|
|
mlx-lm>=0.28.4 # Python 3.14 support (mlx-lm 0.28.4+)
|
|
mlx>=0.29.0 # Core MLX library
|
|
|
|
# API Server dependencies (for 'mlxk server' command)
|
|
fastapi>=0.116.0
|
|
uvicorn>=0.35.0
|
|
pydantic>=2.11.0
|
|
|
|
# Test dependencies (for FastAPI TestClient)
|
|
httpx>=0.27.0
|
|
|
|
# Note: Python 3.9-3.14 supported, tested on Apple Silicon M1/M2/M3/M4
|