Run Karpathy's autoresearch on any cloud GPU with one command

1 pointsposted 12 hours ago
by abhayapat

1 Comments

abhayapat

11 hours ago

I wanted to run autoresearch on my Mac, then on a cloud GPU. Spent more time finding the right instance type, patching batch sizes for the GPU's VRAM, setting up SSH, and making sure VMs get torn down, than on the actual research. So I built autoresearch-anycloud so that researchers and enthusiasts can run autoresearch on any public cloud or on Mac without the infrastructure headaches.

It provides three functionality.

  1. Lets you run on cloud GPU or Mac with minimal infra knowledge and setup. init gcp + run. It picks a compatible GPU instance, patches batch sizes, sets up SSH, and tears down the VM automatically.             
  2. Estimates and enforces cost control. Estimates cost upfront and enforces a budget ceiling. One demo experiment: $0.00 (Mac), $0.12 (GCP), $0.17 (AWS).
  3. Delivers comprehensive execution logs and results.                                                                           
                                                                                                                                                                                                                                  
  https://github.com/abcdedf/autoresearch-anycloud