Skip to content

Commit 8dc8d0d

Browse files
committed
Remove log
1 parent 6d12f22 commit 8dc8d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dspy/teleprompt/mipro_optimizer_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ def _optimize_prompt_parameters(
455455
logger.info(
456456
"We will evaluate the program over a series of trials with different combinations of instructions and few-shot examples to find the optimal combination using Bayesian Optimization.\n"
457457
)
458-
logger.info(f"INSIDE OPTIMIZE PROMPT PARAMS: {demo_candidates}")
459458

460459
# Compute the adjusted total trials that we will run (including full evals)
461460
run_additional_full_eval_at_end = 1 if num_trials % minibatch_full_eval_steps != 0 else 0

0 commit comments

Comments
 (0)