admin tool · binds on 127.0.0.1 only · writes server/resource-config.json
This admin tool sizes the local-dev brain your own GPU runs via start.bat. In the deployed model, visitors instead donate their browser GPU through the compute page and the brain trains/runs across those connected donor GPUs as data-parallel replicas — no tier file needed on the donor side. Tiers that exceed your detected hardware are greyed out and can't be selected. Pick the highest tier that fits. Each tier maps to a known-good neuron count. Click save when you're ready — config takes effect on the next start.bat / node server/brain-server.js.
Manual values are clamped server-side — you CANNOT exceed detected hardware. The server rejects invalid writes and keeps the old config. Minimum is 1000 neurons / 256 MB VRAM. The WebGPU browser flags raised by start.bat lift the neuron ceiling for whichever GPU is computing — the same flags help any donor GPU contributing to the deployed brain.
server/resource-config.json.start.bat (or direct node server/brain-server.js), the brain server reads this file and caps its neuron count accordingly.GPUCONFIGURE.bat any time to change the tier or clear the override entirely (click CLEAR to revert to pure auto-detect).