DaisyChain-Web / public

Commit History

Transcendental probe: identify JS-engine math differences across peers
e06ace1
verified

Quazim0t0 commited on

Live audits for the attention kernels; exact gate for the f32 backward GEMM
7d39dd3
verified

Quazim0t0 commited on

Audit: stratified sampling on structural danger points, every GEMM
6b40e81
verified

Quazim0t0 commited on

Shared-operand embedding GEMMs (12% faster, bit-identical) + dirty-buffer gate
685eff3
verified

Quazim0t0 commited on

Upload public/webgpu.js with huggingface_hub
8df9b38
verified

Quazim0t0 commited on

Upload public/webgpu.js with huggingface_hub
592e7b3
verified

Quazim0t0 commited on

Upload public/webgpu.js with huggingface_hub
6bd96d7
verified

Quazim0t0 commited on

Upload public/webgpu.js with huggingface_hub
c676abd
verified

Quazim0t0 commited on

Upload public/verified_core.js with huggingface_hub
74dcf6a
verified

Quazim0t0 commited on

Upload public/webgpu.js with huggingface_hub
0d1230c
verified

Quazim0t0 commited on

Gate the gate: public/webgpu.js
e9cdc68
verified

Quazim0t0 commited on

Logic-pass fixes: public/app.js
c24293d
verified

Quazim0t0 commited on

B2B MLP chain (ex. 13+23): public/transformer.js
75c3f86
verified

Quazim0t0 commited on

B2B MLP chain (ex. 13+23): public/webgpu.js
e0d359f
verified

Quazim0t0 commited on

B2B MLP chain (ex. 13+23): public/verified_core.js
9510714
verified

Quazim0t0 commited on

QKV dual-GEMM fusion (bit-identical, CUTLASS ex. 45)
ed02f0d
verified

Quazim0t0 commited on

Sync guard: repair missing roster gradients from the leader instead of halting
5fe7897
verified

Quazim0t0 commited on

Upload app.js
ba3c9d6
verified

Quazim0t0 commited on

FineWeb-Edu hardcoded: public/index.html
d148cac
verified

Quazim0t0 commited on

FineWeb-Edu hardcoded: public/app.js
ed6ed2e
verified

Quazim0t0 commited on

FineWeb-Edu hardcoded: public/transformer.js
5f92dff
verified

Quazim0t0 commited on

Dispatch-optimized backward (bit-identical) + IEEE-754 oracle + oracle mutation tests + TEST_RESULTS.md
4a6adff
verified

Quazim0t0 commited on

Default learning rate 0.02 -> 0.01 (200-step sweep on the real 16512 vocab: 0.02 gives 1.93 at 100 steps vs 1.01 for 0.01; they converge by 200 but short runs are what the demo is). Batch the per-head backward GEMMs: 4 batched dispatches per layer instead of 4 per head, GEMM calls 167 -> 47 per step, float backward ~14% faster. Adds test_unit_backward.js, the experiment showing int8 gradients do not damage convergence.
a44f2ba
verified

Quazim0t0 commited on

Exact kernel gates: verify variants emitted from the same WGSL source restore the int32 oracle on the kernels training actually runs; bit-exact epilogue mirror removes the tolerance entirely; shape sweep; dead exactly-gated kernel deleted. Continuous verification: random-cell audit at live shapes + canonical cross-device kernel probe (the weight hash structurally cannot detect kernel disagreement). New test_gates.js mutation-tests the gate itself.
9604fd5
verified

Quazim0t0 commited on

Split-K f32 backward (CUTLASS ex.06) + gather-fused attention kernels (ex.36/52): compute step 821ms -> 420ms
47fff2e
verified

Quazim0t0 commited on

Weight-tied unembedding (params/grads halved); PairDrop-style WS relay fallback, keepalive ping, disconnected-state redial, visibility/network reconnect, DAISY_RTC_CONFIG
6e6c98c
verified

Quazim0t0 commited on

CUTLASS-style: block-scaled INT8 quantization, batched attention GEMM (one dispatch for all heads), fused dequant+ReLU epilogue
aa524bc
verified

Quazim0t0 commited on

Leader failover, 5-retry reconnect then drop, dataset picker, pretraining framing
5c1de96
verified

Quazim0t0 commited on

Mid-run joins (resume bundle: weights+Adam state), auto-reconnect with backoff, per-message fragment reassembly
996ab72
verified

Quazim0t0 commited on

Fix 3+ device weight fork (canonical roster-order averaging), ICE candidate race, add TURN relays, send backpressure
8cf351d
verified

Quazim0t0 commited on

Web trainer upgrade: sync guard (leader roster + weight-hash divergence check), 3xINT8 fast-accurate GEMM, DP4A hardware path (verified vs units), Spikewhale tokenizer (16.5k vocab), FineWeb-Edu streaming, gradient/checkpoint fragmentation, inference kit, generation tester, contribution logs
1fd9e0e
verified

Quazim0t0 commited on

Mini transformer LM through the verified units; width/seq-len/batch/steps sliders (scale with devices)
2c9ca4b
verified

Quazim0t0 commited on

Room-first lobby (Create/Join, host approval), group training settings sliders
8042335
verified

Quazim0t0 commited on

DaisyChain-Web demo: P2P browser training through verified INT8 units
9524b89
verified

Quazim0t0 commited on