Merge pull request #282 from jasonkneen/main-macos-metal-gpu-optimisation

macOS optimisations for Silicon Macs for GPU / Metal usage (reduced CPU load from 600% to 150%)
pull/321/head
Kenneth Estanislao 2024-08-13 20:30:26 +08:00 committed by GitHub
commit 080d6f5110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,13 +6,14 @@ __pycache__/
.todo .todo
*.log *.log
*.backup *.backup
tf_env/
*.png *.png
*.mp4 *.mp4
*.mkv *.mkv
.tmp/ .tmp/
temp/ temp/
.venv/
venv/ venv/
env/ env/
workflow/ workflow/