mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-19 22:53:30 -04:00
4b75a22726
- JSON API 0.1.5: runtime_compatible + reason fields - mlx-lm dependency updated to >=0.28.3 (stable PyPI release) - Human output: healthy / healthy* / unhealthy status display - All tests passing (253 passed, 12 skipped) across Python 3.9-3.13
18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
# mlx_knife requirements
|
|
# Core dependencies for HuggingFace model management
|
|
|
|
huggingface-hub>=0.34.0
|
|
requests>=2.32.0
|
|
mlx-lm>=0.28.3
|
|
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+ supported, tested on Apple Silicon M1/M2/M3
|