File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/mlx_finetuning_optimization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ database:
552552
553553# Evaluator configuration for optimization patterns
554554evaluator :
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
562562diff_based_evolution : true
563563allow_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
You can’t perform that action at this time.
0 commit comments