File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
examples/mlx_finetuning_optimization Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Configuration for MLX Fine-tuning Memory and Speed Optimization
22# Streamlined for better evolution success
33
4- max_iterations : 100 # Increased for better exploration
4+ max_iterations : 50 # Increased for better exploration
55checkpoint_interval : 10
66log_level : " INFO"
77
1414 api_base : " https://generativelanguage.googleapis.com/v1beta/openai/"
1515 temperature : 0.9 # Higher for more exploration
1616 top_p : 0.95
17- max_tokens : 8000 # Reduced for faster responses
17+ max_tokens : 24000 # Reduced for faster responses
1818 timeout : 600
1919
2020# Concise MLX-focused prompt
@@ -72,6 +72,7 @@ prompt:
7272
7373# Database configuration for better evolution
7474database :
75+ db_path : " ./openevolve_output/program_db"
7576 population_size : 50 # Smaller for faster iterations
7677 archive_size : 20
7778 num_islands : 4 # More diversity
You can’t perform that action at this time.
0 commit comments