1
0

[claude] Autoresearch H1: Apple Silicon support + M3 Max baseline doc (#905) (#1252)

This commit is contained in:
2026-03-23 23:38:38 +00:00
parent 72992b7cc5
commit f62220eb61
4 changed files with 257 additions and 0 deletions

View File

@@ -387,6 +387,11 @@ class Settings(BaseSettings):
autoresearch_time_budget: int = 300 # seconds per experiment run
autoresearch_max_iterations: int = 100
autoresearch_metric: str = "val_bpb" # metric to optimise (lower = better)
# M3 Max / Apple Silicon tuning (Issue #905).
# dataset: "tinystories" (default, lower-entropy, recommended for Mac) or "openwebtext".
autoresearch_dataset: str = "tinystories"
# backend: "auto" detects MLX on Apple Silicon; "cpu" forces CPU fallback.
autoresearch_backend: str = "auto"
# ── Weekly Narrative Summary ───────────────────────────────────────
# Generates a human-readable weekly summary of development activity.