File size: 374 Bytes
15689bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # trimmed config for the off-cluster run package; the data roots come from BENCH_BASE (common.py)
paths:
base: /replace/with/BENCH_BASE
work: /replace/with/BENCH_BASE/work
store: /replace/with/BENCH_BASE/store
limits:
work_dir_limit_gb: 100000
store_limit_gb: 100000
models:
diag_v: Qwen/Qwen3-VL-8B-Instruct
normalize:
max_frames: 1024
too_short_frames: 32
|