DaisyChain-Train / web /package.json
Quazim0t0's picture
web: B2B MLP chain (CUTLASS ex. 13 two-GEMM fusion + ex. 23 epilogue reduction), test_b2b.js, ten-suite npm test
4a8b60f verified
Raw
History Blame Contribute Delete
627 Bytes
{
"name": "daisychain-web",
"version": "0.1.0",
"description": "Train a shared model P2P in the browser — WebRTC mesh + WebGPU compute. Open a page, become a node.",
"license": "MIT",
"author": "Dean Byrne (Quazim0t0) / DaisyChainAI",
"scripts": {
"start": "node server.js",
"test": "node test_core.js && node test_verified.js && node test_ieee.js && node test_gates.js && node test_metamorphic.js && node test_corpus.js && node test_b2b.js && node test_optimizer.js && node test_transformer.js && node test_unit_backward.js"
},
"dependencies": {
"hyparquet": "^1.26.2",
"ws": "^8.21.0"
}
}