Skip to content

Commit bb9ee2c

Browse files
committed
Update config.yaml
1 parent 3188b0f commit bb9ee2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mlx_finetuning_optimization/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ database:
552552

553553
# Evaluator configuration for optimization patterns
554554
evaluator:
555-
timeout: 600 # 10 minutes for each evaluation
555+
timeout: 900 # 10 minutes for each evaluation
556556
cascade_evaluation: true
557557
cascade_thresholds: [0.5, 0.8] # Progressive filtering
558558
parallel_evaluations: 1 # Conservative since we're running actual training
@@ -561,4 +561,4 @@ evaluator:
561561
# Evolution settings for pattern optimization
562562
diff_based_evolution: true
563563
allow_full_rewrites: false
564-
max_code_length: 50000 # Large enough for complex optimization patterns
564+
max_code_length: 100000 # Large enough for complex optimization patterns

0 commit comments

Comments
 (0)