fix: merge candidates (#1254)

* fix: add hypotheses_candidates
This commit is contained in:
Tim
2025-09-22 21:04:07 +08:00
committed by GitHub
parent 12969b491e
commit 46aad789ef
@@ -230,6 +230,7 @@ class ExpGen2Hypothesis(DSProposalV2ExpGen):
sota_exp_desc=sota_exp_desc,
sota_exp=sota_exp_fb[0] if sota_exp_fb else None,
hypotheses=[new_hypothesis],
hypotheses_candidates=[new_hypothesis],
pipeline=DS_RD_SETTING.coder_on_whole_pipeline,
failed_exp_feedback_list_desc="",
)