Add Metal execution preferences

This commit is contained in:
Georg Bauer
2026-07-24 15:37:13 +02:00
parent bccce697af
commit ac464317d4
8 changed files with 326 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE preferences DROP COLUMN warm_weights;
ALTER TABLE preferences DROP COLUMN quality;
ALTER TABLE preferences DROP COLUMN prefill_chunk;
ALTER TABLE preferences DROP COLUMN power_percent;
ALTER TABLE preferences DROP COLUMN cpu_threads;