From 09b2773375bcd99c1add36d9ef21d84e3c703e87 Mon Sep 17 00:00:00 2001 From: iomgaa Date: Thu, 9 Jul 2026 23:07:57 -0400 Subject: [PATCH] =?UTF-8?q?config(scripts):=20generate=5Fquestions=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=B9=B6=E5=8F=91=208=E2=86=9216?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/generate_questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_questions.sh b/scripts/generate_questions.sh index fa6212c..55bb433 100755 --- a/scripts/generate_questions.sh +++ b/scripts/generate_questions.sh @@ -30,5 +30,5 @@ PYTHON="$(conda run -n Video-Tree-TRM which python)" --per-type "${PER_TYPE:-20}" \ --similarity-threshold "${SIM_THRESHOLD:-0.85}" \ --max-retries "${MAX_RETRIES:-3}" \ - --concurrency "${CONCURRENCY:-8}" \ + --concurrency "${CONCURRENCY:-16}" \ --seed "${SEED:-2026}"