mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
remove buggy info in hypothesis rank (#762)
Co-authored-by: Xu <v-xuminrui@microsoft.com>
This commit is contained in:
@@ -317,10 +317,6 @@ class DSProposalV2ExpGen(ExpGen):
|
||||
return json.loads(response)
|
||||
|
||||
def hypothesis_rank(self, hypothesis_dict: dict, problem_dict: dict, pipeline: bool) -> DSHypothesis:
|
||||
# TODO use rule base or llm to rank the hypothesis
|
||||
if pipeline:
|
||||
problem_dict = {k: v for k, v in hypothesis_dict.items() if v.get("component", "") == "Pipeline"}
|
||||
|
||||
weights = {
|
||||
"alignment_score": 0.2,
|
||||
"impact_score": 0.4,
|
||||
|
||||
Reference in New Issue
Block a user