From 78e542a2469c634f7c4b3ad63a817097462574d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=91=D0=BB=D0=B8?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Fri, 29 May 2026 12:42:07 +0300 Subject: [PATCH] Increase batch_size to 2 for CPU optimization --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 9cc0b46..468ae1a 100644 --- a/config.yaml +++ b/config.yaml @@ -6,7 +6,7 @@ profiles: mac_m4: device: cpu # MPS на Mac может быть медленнее/багован; CPU + int8 стабильнее compute_type: int8 - batch_size: 1 + batch_size: 2 # Оптимум для CPU (1.2-1.3x быстрее, RAM ~4.5 GB) model: large-v3 language: ru diarize: true