fix: run_gates must use current_tree after video resample
This commit is contained in:
@@ -468,7 +468,7 @@ async def _process_one_slot(
|
||||
try:
|
||||
report = await run_gates(
|
||||
candidate=candidate,
|
||||
tree=tree,
|
||||
tree=current_tree,
|
||||
llm=llm,
|
||||
leak_probe_template=strategy.leak_probe_template,
|
||||
postprocess=pp,
|
||||
|
||||
Reference in New Issue
Block a user