spb/localvm-research Public License
Running LLMs larger than memory on a consumer Mac — falsification-driven research: margin-gated deferred refinement, out-of-core verification on Apple Silicon. TR-01 published.
Python 63.2%
JavaScript 23.5%
CSS 11.8%
Shell 0.9%
Makefile 0.5%
1{2 "name": "localvm-web",3 "version": "1.0.0",4 "description": "Research showcase platform for localvm-research — Simon-Pierre Boucher <contact@spboucher.ai>",5 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6 "license": "UNLICENSED",7 "private": true,8 "main": "server.js",9 "scripts": {10 "start": "node server.js"11 },12 "dependencies": {13 "express": "^4.21.0",14 "gray-matter": "^4.0.3",15 "highlight.js": "^11.10.0",16 "marked": "^14.1.0"17 }18}19