From 338fecc5f9bdda81f6b0730ff8a1c32a3fef3255 Mon Sep 17 00:00:00 2001 From: manishshettym Date: Wed, 17 Jan 2024 16:58:37 -0800 Subject: [PATCH] unecessary space --- dspy/teleprompt/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspy/teleprompt/bootstrap.py b/dspy/teleprompt/bootstrap.py index 15a744527..31edcf1c6 100644 --- a/dspy/teleprompt/bootstrap.py +++ b/dspy/teleprompt/bootstrap.py @@ -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)