Skip to content

Commit

Permalink
Merge pull request stanfordnlp#1341 from mathnebula186f/patch-1
Browse files Browse the repository at this point in the history
Update copro_optimizer.py... Spelling of Following were wrong
  • Loading branch information
arnavsinghvi11 authored Jul 31, 2024
2 parents 71fa564 + 8b2eedc commit 8d8df43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/teleprompt/copro_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def compile(self, student, *, trainset, eval_kwargs):
# For each iteration in depth...
for d in range(
self.depth,
): # TODO: fix this so that we eval the new batch of predictors with the new best followoing predictors
): # TODO: fix this so that we eval the new batch of predictors with the new best following predictors
dspy.logger.info(f"Iteration Depth: {d+1}/{self.depth}.")

latest_scores = []
Expand Down

0 comments on commit 8d8df43

Please sign in to comment.