Skip to content

Commit

Permalink
unecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
manishshettym committed Jan 18, 2024
1 parent 643621f commit 338fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/teleprompt/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _bootstrap_one_example(self, example, round_idx=0):

for name, predictor in teacher.named_predictors():
predictor.demos = predictor_cache[name]

success = (self.metric is None) or self.metric(example, prediction, trace)
suggest_failures = dspy.settings.suggest_failure_count
# print(success, example, prediction)
Expand Down

0 comments on commit 338fecc

Please sign in to comment.