DaisyChain-Infer / package.json
Quazim0t0's picture
DaisyChain-Infer: project files + guide
30bafb7 verified
Raw
History Blame Contribute Delete
532 Bytes
{
"name": "daisychain-infer",
"version": "1.0.0",
"description": "Run one Hugging Face model across several devices — layer-sharded pipeline inference in the browser, peer-to-peer over WebRTC, computed through verified INT8 units. Runs locally.",
"private": true,
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node test_pipeline.js && node test_wire.js && node test_loader.js"
},
"dependencies": {
"ws": "^8.18.0"
},
"license": "MIT",
"author": "Dean Byrne (Quazim0t0)"
}