add macos fork

This commit is contained in:
Andrej Karpathy 2026-03-07 22:15:52 +00:00
parent 6fdefa7265
commit 7043095a18

View File

@ -64,6 +64,10 @@ pyproject.toml — dependencies
- **Fixed time budget.** Training always runs for exactly 5 minutes, regardless of your specific platform. This means you can expect approx 12 experiments/hour and approx 100 experiments while you sleep. There are two upsides of this design decision. First, this makes experiments directly comparable regardless of what the agent changes (model size, batch size, architecture, etc). Second, this means that autoresearch will find the most optimal model for your platform in that time budget. The downside is that your runs (and results) become not comparable to other people running on other compute platforms.
- **Self-contained.** No external dependencies beyond PyTorch and a few small packages. No distributed training, no complex configs. One GPU, one file, one metric.
## Notable forks
- [miolini/autoresearch-macos](https://github.com/miolini/autoresearch-macos)
## License
MIT