Skip to content

Commit

Permalink
Update mipro_optimizer_v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavsinghvi11 authored Jul 23, 2024
1 parent 468a1e2 commit af5617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/teleprompt/mipro_optimizer_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def compile(
metric=self.metric,
teacher_settings=self.teacher_settings,
seed=seed,
metric_threshold=metric_threshold,
metric_threshold=self.metric_threshold,
)
except Exception as e:
print(f"Error generating fewshot examples: {e}")
Expand Down

0 comments on commit af5617a

Please sign in to comment.