Update dependencies for MLX models Add automatic model selection based on available RAM Rewrite README with MLX-specific documentation Update .gitignore for MLX project structure
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
# Virtual Env
|
|
.venv
|
|
|
|
# Local data
|
|
.DS_Store
|
|
tmp
|
|
summary.md
|