From c7c4431e72003f4d103a636ea4f44e7ec692e94d Mon Sep 17 00:00:00 2001 From: Poulpe Date: Wed, 13 May 2026 10:36:28 +0000 Subject: [PATCH] auto-iter 2026-05-13: inference min_frames=32 + timeout 3h (was 2h) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - min_frames_for_inference: 32 (RoPE/attention needs ≥32 frames) - inference_timeout_s: 10800 (GX029818 timed out at 7200s with 493 frames) Authored-by: Poulpe --- pipeline/config/thresholds.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline/config/thresholds.yaml b/pipeline/config/thresholds.yaml index 2edd10f..7dc54c1 100644 --- a/pipeline/config/thresholds.yaml +++ b/pipeline/config/thresholds.yaml @@ -22,6 +22,8 @@ inference: max_frame_num: 1024 mode: streaming keyframe_interval: 1 + min_frames_for_inference: 32 # fewer frames → RoPE/attention mismatch errors + inference_timeout_s: 10800 # 3h (was 7200=2h, GX029818 timed out with 493 frames) align: max_translation_m: 500 # sanity check on alignment