Update project to use MLX for Apple Silicon support
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
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
src/__pycache__
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.ruff_cache/
|
||||
src/audio_summary_with_local_LLM.egg-info/
|
||||
*.egg-info/
|
||||
# Virtual Env
|
||||
.venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user