Skip to content

Commit

Permalink
fix bug in multihyp
Browse files Browse the repository at this point in the history
  • Loading branch information
laoliu5280 committed Mar 4, 2025
1 parent 393873f commit 77b4bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypothesis_agent/data_analysis_agent/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ def multiple_hypotheses_batched_predict(

return predictions, actual_labels

def multiple_hypotheses_run_inference_final(
def run_inference_final(
self,
data,
hyp_bank,
cache_seed=None,
max_concurrent=3,
generate_kwargs={},
**generate_kwargs,
):

num_samples = len(data)
Expand Down

0 comments on commit 77b4bd6

Please sign in to comment.