@simulatte/doppler 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -97
- package/package.json +5 -160
- package/BRANDING.md +0 -14
- package/CHANGELOG.md +0 -145
- package/LICENSE +0 -201
- package/NOTICE +0 -5
- package/SECURITY.md +0 -19
- package/src/adapters/adapter-manager.d.ts +0 -200
- package/src/adapters/adapter-manager.js +0 -509
- package/src/adapters/adapter-manifest.d.ts +0 -290
- package/src/adapters/adapter-manifest.js +0 -320
- package/src/adapters/adapter-registry.d.ts +0 -192
- package/src/adapters/adapter-registry.js +0 -477
- package/src/adapters/index.d.ts +0 -89
- package/src/adapters/index.js +0 -42
- package/src/adapters/lora-loader.d.ts +0 -105
- package/src/adapters/lora-loader.js +0 -414
- package/src/bootstrap.d.ts +0 -1
- package/src/bootstrap.js +0 -30
- package/src/bridge/extension/background.d.ts +0 -14
- package/src/bridge/extension/background.js +0 -168
- package/src/bridge/extension/manifest.json +0 -34
- package/src/bridge/extension-client.d.ts +0 -114
- package/src/bridge/extension-client.js +0 -409
- package/src/bridge/index.d.ts +0 -69
- package/src/bridge/index.js +0 -53
- package/src/bridge/protocol.d.ts +0 -96
- package/src/bridge/protocol.js +0 -130
- package/src/browser/browser-converter.d.ts +0 -71
- package/src/browser/browser-converter.js +0 -977
- package/src/browser/file-picker.d.ts +0 -63
- package/src/browser/file-picker.js +0 -281
- package/src/browser/gguf-importer.d.ts +0 -136
- package/src/browser/gguf-importer.js +0 -532
- package/src/browser/gguf-parser-browser.d.ts +0 -14
- package/src/browser/gguf-parser-browser.js +0 -17
- package/src/browser/quantization.d.ts +0 -69
- package/src/browser/quantization.js +0 -328
- package/src/browser/safetensors-parser-browser.d.ts +0 -193
- package/src/browser/safetensors-parser-browser.js +0 -347
- package/src/browser/shard-io-browser.d.ts +0 -57
- package/src/browser/shard-io-browser.js +0 -89
- package/src/browser/tensor-source-download.d.ts +0 -27
- package/src/browser/tensor-source-download.js +0 -245
- package/src/browser/tensor-source-file.d.ts +0 -26
- package/src/browser/tensor-source-file.js +0 -53
- package/src/browser/tensor-source-http.d.ts +0 -29
- package/src/browser/tensor-source-http.js +0 -130
- package/src/client/doppler-api.browser.d.ts +0 -1
- package/src/client/doppler-api.browser.js +0 -304
- package/src/client/doppler-api.d.ts +0 -80
- package/src/client/doppler-api.js +0 -314
- package/src/client/doppler-provider/generation.d.ts +0 -25
- package/src/client/doppler-provider/generation.js +0 -126
- package/src/client/doppler-provider/index.d.ts +0 -2
- package/src/client/doppler-provider/index.js +0 -3
- package/src/client/doppler-provider/model-manager.d.ts +0 -71
- package/src/client/doppler-provider/model-manager.js +0 -739
- package/src/client/doppler-provider/provider.d.ts +0 -5
- package/src/client/doppler-provider/provider.js +0 -102
- package/src/client/doppler-provider/source-runtime.d.ts +0 -23
- package/src/client/doppler-provider/source-runtime.js +0 -641
- package/src/client/doppler-provider/types.d.ts +0 -127
- package/src/client/doppler-provider/types.js +0 -17
- package/src/client/doppler-provider.d.ts +0 -46
- package/src/client/doppler-provider.js +0 -36
- package/src/client/doppler-registry.d.ts +0 -23
- package/src/client/doppler-registry.js +0 -88
- package/src/client/doppler-registry.json +0 -24
- package/src/config/README.md +0 -69
- package/src/config/backward-registry-loader.d.ts +0 -3
- package/src/config/backward-registry-loader.js +0 -23
- package/src/config/execution-contract-check.d.ts +0 -82
- package/src/config/execution-contract-check.js +0 -317
- package/src/config/execution-v0-contract-check.d.ts +0 -94
- package/src/config/execution-v0-contract-check.js +0 -349
- package/src/config/execution-v0-graph-contract-check.d.ts +0 -20
- package/src/config/execution-v0-graph-contract-check.js +0 -64
- package/src/config/index.d.ts +0 -63
- package/src/config/index.js +0 -31
- package/src/config/kernel-path-contract-check.d.ts +0 -76
- package/src/config/kernel-path-contract-check.js +0 -507
- package/src/config/kernel-path-loader.d.ts +0 -170
- package/src/config/kernel-path-loader.js +0 -570
- package/src/config/kernels/backward-registry.json +0 -99
- package/src/config/kernels/kernel-ref-digests.d.ts +0 -1
- package/src/config/kernels/kernel-ref-digests.js +0 -226
- package/src/config/kernels/kernel-ref.d.ts +0 -17
- package/src/config/kernels/kernel-ref.js +0 -75
- package/src/config/kernels/moe/gpt-oss.paths.json +0 -49
- package/src/config/kernels/registry.d.ts +0 -86
- package/src/config/kernels/registry.js +0 -116
- package/src/config/kernels/registry.json +0 -7443
- package/src/config/loader.d.ts +0 -57
- package/src/config/loader.js +0 -578
- package/src/config/merge-contract-check.d.ts +0 -16
- package/src/config/merge-contract-check.js +0 -383
- package/src/config/merge-helpers.d.ts +0 -58
- package/src/config/merge-helpers.js +0 -175
- package/src/config/merge.d.ts +0 -143
- package/src/config/merge.js +0 -414
- package/src/config/param-categories.d.ts +0 -17
- package/src/config/param-categories.js +0 -72
- package/src/config/param-validator.d.ts +0 -26
- package/src/config/param-validator.js +0 -280
- package/src/config/platforms/amd-rdna3.json +0 -16
- package/src/config/platforms/apple-m1.json +0 -16
- package/src/config/platforms/apple-m2.json +0 -16
- package/src/config/platforms/apple-m3.json +0 -16
- package/src/config/platforms/generic.json +0 -14
- package/src/config/platforms/loader.d.ts +0 -65
- package/src/config/platforms/loader.js +0 -153
- package/src/config/platforms/nvidia-rtx30.json +0 -16
- package/src/config/platforms/nvidia-rtx40.json +0 -16
- package/src/config/presets/kernel-paths/embeddinggemma-f16-f32a.json +0 -60
- package/src/config/presets/kernel-paths/embeddinggemma-f32-f32a.json +0 -60
- package/src/config/presets/kernel-paths/embeddinggemma-q4k-dequant-f32a.json +0 -60
- package/src/config/presets/kernel-paths/gemma2-f16-f16a.json +0 -61
- package/src/config/presets/kernel-paths/gemma2-f16-f32a.json +0 -60
- package/src/config/presets/kernel-paths/gemma2-q4k-dequant-f16a.json +0 -61
- package/src/config/presets/kernel-paths/gemma2-q4k-dequant-f32a-nosubgroups.json +0 -60
- package/src/config/presets/kernel-paths/gemma2-q4k-fused-f32a.json +0 -57
- package/src/config/presets/kernel-paths/gemma3-f16-fused-f16a-online.json +0 -200
- package/src/config/presets/kernel-paths/gemma3-f16-fused-f32a-online-streamingprefill.json +0 -223
- package/src/config/presets/kernel-paths/gemma3-f16-fused-f32a-online.json +0 -223
- package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f16a-online.json +0 -60
- package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32a-nosubgroups.json +0 -61
- package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32a-online.json +0 -61
- package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32w-f32a-online.json +0 -56
- package/src/config/presets/kernel-paths/lfm2-q4k-dequant-f32a-nosubgroups.json +0 -61
- package/src/config/presets/kernel-paths/lfm2-q4k-dequant-f32a-online.json +0 -61
- package/src/config/presets/kernel-paths/registry.json +0 -138
- package/src/config/presets/models/deepseek.json +0 -20
- package/src/config/presets/models/diffusion.json +0 -10
- package/src/config/presets/models/embeddinggemma.json +0 -74
- package/src/config/presets/models/functiongemma.json +0 -31
- package/src/config/presets/models/gemma2.json +0 -60
- package/src/config/presets/models/gemma3.json +0 -77
- package/src/config/presets/models/gpt-oss.json +0 -68
- package/src/config/presets/models/janus-text.json +0 -27
- package/src/config/presets/models/kimi-k2.json +0 -25
- package/src/config/presets/models/lfm2.json +0 -83
- package/src/config/presets/models/llama3.json +0 -40
- package/src/config/presets/models/mamba.json +0 -34
- package/src/config/presets/models/mixtral.json +0 -37
- package/src/config/presets/models/modernbert.json +0 -32
- package/src/config/presets/models/qwen3.json +0 -49
- package/src/config/presets/models/qwen3_5.json +0 -16
- package/src/config/presets/models/transformer.json +0 -78
- package/src/config/presets/models/translategemma.json +0 -30
- package/src/config/presets/platforms/nvidia-gb200-8gpu.json +0 -45
- package/src/config/presets/platforms/nvidia-gb200-nvl72.json +0 -45
- package/src/config/presets/platforms/nvidia-gh200-nvl2.json +0 -44
- package/src/config/presets/platforms/nvidia-gh200.json +0 -44
- package/src/config/presets/runtime/compute/f16-activations.json +0 -30
- package/src/config/presets/runtime/compute/f16-batched.json +0 -32
- package/src/config/presets/runtime/default.json +0 -101
- package/src/config/presets/runtime/diagnostics/debug-logits.json +0 -53
- package/src/config/presets/runtime/experiments/bench/gemma3-bench-q4k.json +0 -53
- package/src/config/presets/runtime/experiments/debug/gemma3-debug-q4k.json +0 -210
- package/src/config/presets/runtime/experiments/verify/gemma3-verify.json +0 -39
- package/src/config/presets/runtime/kernels/dequant-f16-q4k.json +0 -13
- package/src/config/presets/runtime/kernels/dequant-f32-q4k.json +0 -13
- package/src/config/presets/runtime/kernels/embeddinggemma-q4k-dequant-f32a.json +0 -37
- package/src/config/presets/runtime/kernels/fused-q4k.json +0 -13
- package/src/config/presets/runtime/kernels/gemma2-q4k-dequant-f16a.json +0 -33
- package/src/config/presets/runtime/kernels/gemma2-q4k-dequant-f32a-nosubgroups.json +0 -33
- package/src/config/presets/runtime/kernels/gemma2-q4k-fused-f32a.json +0 -33
- package/src/config/presets/runtime/kernels/safe-q4k.json +0 -13
- package/src/config/presets/runtime/model/gemma2-debug.json +0 -77
- package/src/config/presets/runtime/model/gemma2-pipeline-debug.json +0 -66
- package/src/config/presets/runtime/model/gemma2-pipeline.json +0 -75
- package/src/config/presets/runtime/model/gemma3-layer-probe.json +0 -85
- package/src/config/presets/runtime/model/qwen3-5-layer-probe.json +0 -52
- package/src/config/presets/runtime/model/qwen3-5-linear-attn-debug.json +0 -90
- package/src/config/presets/runtime/modes/bench.json +0 -37
- package/src/config/presets/runtime/modes/debug.json +0 -39
- package/src/config/presets/runtime/modes/default.json +0 -10
- package/src/config/presets/runtime/modes/embedding-bench.json +0 -28
- package/src/config/presets/runtime/modes/embedding.json +0 -54
- package/src/config/presets/runtime/modes/low-memory.json +0 -40
- package/src/config/presets/runtime/modes/production.json +0 -48
- package/src/config/presets/runtime/modes/simulation.json +0 -30
- package/src/config/presets/runtime/modes/trace-layers.json +0 -126
- package/src/config/presets/runtime/platform/metal-apple-q4k.json +0 -11
- package/src/config/quantization-contract-check.d.ts +0 -12
- package/src/config/quantization-contract-check.js +0 -91
- package/src/config/required-inference-fields-contract-check.d.ts +0 -24
- package/src/config/required-inference-fields-contract-check.js +0 -237
- package/src/config/runtime-merge.d.ts +0 -5
- package/src/config/runtime-merge.js +0 -21
- package/src/config/runtime.d.ts +0 -28
- package/src/config/runtime.js +0 -61
- package/src/config/schema/adapter.schema.d.ts +0 -53
- package/src/config/schema/adapter.schema.js +0 -60
- package/src/config/schema/backward-registry.schema.d.ts +0 -14
- package/src/config/schema/backward-registry.schema.js +0 -46
- package/src/config/schema/benchmark.schema.d.ts +0 -54
- package/src/config/schema/benchmark.schema.js +0 -74
- package/src/config/schema/bridge.schema.d.ts +0 -25
- package/src/config/schema/bridge.schema.js +0 -22
- package/src/config/schema/browser-suite-metrics.schema.d.ts +0 -17
- package/src/config/schema/browser-suite-metrics.schema.js +0 -46
- package/src/config/schema/buffer-pool.schema.d.ts +0 -92
- package/src/config/schema/buffer-pool.schema.js +0 -50
- package/src/config/schema/conversion-report.schema.d.ts +0 -40
- package/src/config/schema/conversion-report.schema.js +0 -108
- package/src/config/schema/conversion.schema.d.ts +0 -184
- package/src/config/schema/conversion.schema.js +0 -13
- package/src/config/schema/converter.schema.d.ts +0 -123
- package/src/config/schema/converter.schema.js +0 -136
- package/src/config/schema/debug.schema.d.ts +0 -250
- package/src/config/schema/debug.schema.js +0 -106
- package/src/config/schema/diffusion.schema.d.ts +0 -88
- package/src/config/schema/diffusion.schema.js +0 -62
- package/src/config/schema/distill-training.schema.d.ts +0 -48
- package/src/config/schema/distill-training.schema.js +0 -139
- package/src/config/schema/distribution.schema.d.ts +0 -155
- package/src/config/schema/distribution.schema.js +0 -81
- package/src/config/schema/doppler.schema.d.ts +0 -75
- package/src/config/schema/doppler.schema.js +0 -341
- package/src/config/schema/ecosystem.schema.d.ts +0 -255
- package/src/config/schema/ecosystem.schema.js +0 -534
- package/src/config/schema/emulation.schema.d.ts +0 -351
- package/src/config/schema/emulation.schema.js +0 -299
- package/src/config/schema/energy.schema.d.ts +0 -102
- package/src/config/schema/energy.schema.js +0 -72
- package/src/config/schema/execution-v0.schema.d.ts +0 -187
- package/src/config/schema/execution-v0.schema.js +0 -55
- package/src/config/schema/gpu-cache.schema.d.ts +0 -26
- package/src/config/schema/gpu-cache.schema.js +0 -8
- package/src/config/schema/harness.schema.d.ts +0 -32
- package/src/config/schema/harness.schema.js +0 -20
- package/src/config/schema/hotswap.schema.d.ts +0 -55
- package/src/config/schema/hotswap.schema.js +0 -18
- package/src/config/schema/index.d.ts +0 -885
- package/src/config/schema/index.js +0 -489
- package/src/config/schema/inference-defaults.schema.d.ts +0 -276
- package/src/config/schema/inference-defaults.schema.js +0 -188
- package/src/config/schema/inference.schema.d.ts +0 -298
- package/src/config/schema/inference.schema.js +0 -39
- package/src/config/schema/intent-bundle.schema.d.ts +0 -28
- package/src/config/schema/intent-bundle.schema.js +0 -12
- package/src/config/schema/kernel-path.schema.d.ts +0 -183
- package/src/config/schema/kernel-path.schema.js +0 -9
- package/src/config/schema/kernel-registry.schema.d.ts +0 -199
- package/src/config/schema/kernel-registry.schema.js +0 -46
- package/src/config/schema/kernel-thresholds.schema.d.ts +0 -302
- package/src/config/schema/kernel-thresholds.schema.js +0 -195
- package/src/config/schema/kernel-warmup.schema.d.ts +0 -19
- package/src/config/schema/kernel-warmup.schema.js +0 -5
- package/src/config/schema/kvcache.schema.d.ts +0 -131
- package/src/config/schema/kvcache.schema.js +0 -31
- package/src/config/schema/loading.schema.d.ts +0 -153
- package/src/config/schema/loading.schema.js +0 -84
- package/src/config/schema/lora.schema.d.ts +0 -12
- package/src/config/schema/lora.schema.js +0 -12
- package/src/config/schema/manifest.schema.d.ts +0 -507
- package/src/config/schema/manifest.schema.js +0 -146
- package/src/config/schema/memory-limits.schema.d.ts +0 -107
- package/src/config/schema/memory-limits.schema.js +0 -57
- package/src/config/schema/moe.schema.d.ts +0 -78
- package/src/config/schema/moe.schema.js +0 -31
- package/src/config/schema/platform.schema.d.ts +0 -121
- package/src/config/schema/platform.schema.js +0 -1
- package/src/config/schema/preset.schema.d.ts +0 -124
- package/src/config/schema/preset.schema.js +0 -1
- package/src/config/schema/quantization-defaults.schema.d.ts +0 -34
- package/src/config/schema/quantization-defaults.schema.js +0 -5
- package/src/config/schema/quantization.schema.d.ts +0 -10
- package/src/config/schema/quantization.schema.js +0 -33
- package/src/config/schema/shared-runtime.schema.d.ts +0 -75
- package/src/config/schema/shared-runtime.schema.js +0 -45
- package/src/config/schema/speculative.schema.d.ts +0 -21
- package/src/config/schema/speculative.schema.js +0 -11
- package/src/config/schema/storage.schema.d.ts +0 -123
- package/src/config/schema/storage.schema.js +0 -66
- package/src/config/schema/tooling.schema.d.ts +0 -29
- package/src/config/schema/tooling.schema.js +0 -12
- package/src/config/schema/training-metrics.schema.d.ts +0 -89
- package/src/config/schema/training-metrics.schema.js +0 -374
- package/src/config/schema/training.schema.d.ts +0 -88
- package/src/config/schema/training.schema.js +0 -106
- package/src/config/schema/tuner.schema.d.ts +0 -39
- package/src/config/schema/tuner.schema.js +0 -13
- package/src/config/schema/ul-training.schema.d.ts +0 -61
- package/src/config/schema/ul-training.schema.js +0 -140
- package/src/config/schema/units.schema.d.ts +0 -27
- package/src/config/schema/units.schema.js +0 -26
- package/src/config/training-defaults.d.ts +0 -24
- package/src/config/training-defaults.js +0 -99
- package/src/converter/conversion-plan.d.ts +0 -64
- package/src/converter/conversion-plan.js +0 -565
- package/src/converter/core.d.ts +0 -264
- package/src/converter/core.js +0 -1374
- package/src/converter/execution-v0-manifest.d.ts +0 -15
- package/src/converter/execution-v0-manifest.js +0 -149
- package/src/converter/index.d.ts +0 -99
- package/src/converter/index.js +0 -60
- package/src/converter/manifest-inference.d.ts +0 -20
- package/src/converter/manifest-inference.js +0 -513
- package/src/converter/parsers/diffusion.d.ts +0 -50
- package/src/converter/parsers/diffusion.js +0 -327
- package/src/converter/parsers/gguf.d.ts +0 -22
- package/src/converter/parsers/gguf.js +0 -46
- package/src/converter/parsers/index.d.ts +0 -21
- package/src/converter/parsers/index.js +0 -12
- package/src/converter/parsers/transformer.d.ts +0 -16
- package/src/converter/parsers/transformer.js +0 -29
- package/src/converter/quantization-info.d.ts +0 -37
- package/src/converter/quantization-info.js +0 -422
- package/src/converter/quantizer.d.ts +0 -96
- package/src/converter/quantizer.js +0 -429
- package/src/converter/rope-config.d.ts +0 -15
- package/src/converter/rope-config.js +0 -262
- package/src/converter/shard-packer.d.ts +0 -138
- package/src/converter/shard-packer.js +0 -425
- package/src/converter/tokenizer-utils.d.ts +0 -12
- package/src/converter/tokenizer-utils.js +0 -104
- package/src/debug/config.d.ts +0 -78
- package/src/debug/config.js +0 -347
- package/src/debug/history.d.ts +0 -65
- package/src/debug/history.js +0 -71
- package/src/debug/index.d.ts +0 -268
- package/src/debug/index.js +0 -192
- package/src/debug/log.d.ts +0 -46
- package/src/debug/log.js +0 -132
- package/src/debug/perf.d.ts +0 -33
- package/src/debug/perf.js +0 -51
- package/src/debug/reference/README.md +0 -114
- package/src/debug/reference/hf_attn_debug.py +0 -114
- package/src/debug/reference/hf_embed_check.py +0 -89
- package/src/debug/reference/hf_layer_out.py +0 -100
- package/src/debug/reference/hf_qwen35_linear_attn_debug.py +0 -268
- package/src/debug/reference/hf_rope_check.py +0 -116
- package/src/debug/reference/hf_weights.py +0 -75
- package/src/debug/signals.d.ts +0 -63
- package/src/debug/signals.js +0 -39
- package/src/debug/stats.d.ts +0 -47
- package/src/debug/stats.js +0 -160
- package/src/debug/tensor.d.ts +0 -125
- package/src/debug/tensor.js +0 -268
- package/src/debug/trace.d.ts +0 -17
- package/src/debug/trace.js +0 -167
- package/src/diffusion/image-regression.d.ts +0 -31
- package/src/diffusion/image-regression.js +0 -107
- package/src/diffusion/index.d.ts +0 -8
- package/src/diffusion/index.js +0 -8
- package/src/distribution/p2p-control-plane.d.ts +0 -52
- package/src/distribution/p2p-control-plane.js +0 -272
- package/src/distribution/p2p-observability.d.ts +0 -116
- package/src/distribution/p2p-observability.js +0 -303
- package/src/distribution/p2p-transport-contract.d.ts +0 -57
- package/src/distribution/p2p-transport-contract.js +0 -310
- package/src/distribution/p2p-webrtc-browser.d.ts +0 -37
- package/src/distribution/p2p-webrtc-browser.js +0 -454
- package/src/distribution/shard-delivery.d.ts +0 -251
- package/src/distribution/shard-delivery.js +0 -2152
- package/src/energy/index.d.ts +0 -2
- package/src/energy/index.js +0 -2
- package/src/errors/doppler-error.d.ts +0 -21
- package/src/errors/doppler-error.js +0 -25
- package/src/errors/index.d.ts +0 -1
- package/src/errors/index.js +0 -1
- package/src/formats/gguf/index.d.ts +0 -8
- package/src/formats/gguf/index.js +0 -4
- package/src/formats/gguf/types.d.ts +0 -137
- package/src/formats/gguf/types.js +0 -460
- package/src/formats/index.d.ts +0 -51
- package/src/formats/index.js +0 -13
- package/src/formats/rdrr/classification.d.ts +0 -39
- package/src/formats/rdrr/classification.js +0 -275
- package/src/formats/rdrr/groups.d.ts +0 -35
- package/src/formats/rdrr/groups.js +0 -73
- package/src/formats/rdrr/index.d.ts +0 -25
- package/src/formats/rdrr/index.js +0 -19
- package/src/formats/rdrr/manifest.d.ts +0 -32
- package/src/formats/rdrr/manifest.js +0 -108
- package/src/formats/rdrr/parsing.d.ts +0 -27
- package/src/formats/rdrr/parsing.js +0 -151
- package/src/formats/rdrr/tensor-config-validator.d.ts +0 -42
- package/src/formats/rdrr/tensor-config-validator.js +0 -156
- package/src/formats/rdrr/types.d.ts +0 -201
- package/src/formats/rdrr/types.js +0 -16
- package/src/formats/rdrr/validation.d.ts +0 -9
- package/src/formats/rdrr/validation.js +0 -213
- package/src/formats/safetensors/index.d.ts +0 -8
- package/src/formats/safetensors/index.js +0 -4
- package/src/formats/safetensors/types.d.ts +0 -67
- package/src/formats/safetensors/types.js +0 -102
- package/src/formats/tokenizer/index.d.ts +0 -5
- package/src/formats/tokenizer/index.js +0 -3
- package/src/formats/tokenizer/types.d.ts +0 -9
- package/src/formats/tokenizer/types.js +0 -22
- package/src/generation/index.d.ts +0 -18
- package/src/generation/index.js +0 -12
- package/src/gpu/command-recorder.d.ts +0 -175
- package/src/gpu/command-recorder.js +0 -498
- package/src/gpu/device.d.ts +0 -142
- package/src/gpu/device.js +0 -462
- package/src/gpu/kernel-runtime.d.ts +0 -20
- package/src/gpu/kernel-runtime.js +0 -37
- package/src/gpu/kernel-selection-cache.d.ts +0 -13
- package/src/gpu/kernel-selection-cache.js +0 -13
- package/src/gpu/kernel-selection-log.d.ts +0 -12
- package/src/gpu/kernel-selection-log.js +0 -28
- package/src/gpu/kernel-selector.d.ts +0 -11
- package/src/gpu/kernel-selector.js +0 -10
- package/src/gpu/kernel-tuner/benchmarks.d.ts +0 -144
- package/src/gpu/kernel-tuner/benchmarks.js +0 -902
- package/src/gpu/kernel-tuner/cache.d.ts +0 -55
- package/src/gpu/kernel-tuner/cache.js +0 -133
- package/src/gpu/kernel-tuner/index.d.ts +0 -59
- package/src/gpu/kernel-tuner/index.js +0 -38
- package/src/gpu/kernel-tuner/tuner.d.ts +0 -82
- package/src/gpu/kernel-tuner/tuner.js +0 -247
- package/src/gpu/kernel-tuner/types.d.ts +0 -101
- package/src/gpu/kernel-tuner/types.js +0 -4
- package/src/gpu/kernel-tuner.d.ts +0 -33
- package/src/gpu/kernel-tuner.js +0 -12
- package/src/gpu/kernels/README.md +0 -127
- package/src/gpu/kernels/attention.d.ts +0 -236
- package/src/gpu/kernels/attention.js +0 -1438
- package/src/gpu/kernels/attention.wgsl +0 -249
- package/src/gpu/kernels/attention_bdpa_decode_f16.wgsl +0 -246
- package/src/gpu/kernels/attention_decode.wgsl +0 -233
- package/src/gpu/kernels/attention_decode_chunked_f16.wgsl +0 -183
- package/src/gpu/kernels/attention_decode_chunked_f16kv.wgsl +0 -208
- package/src/gpu/kernels/attention_decode_f16.wgsl +0 -202
- package/src/gpu/kernels/attention_decode_f16kv.wgsl +0 -224
- package/src/gpu/kernels/attention_decode_online_f16.wgsl +0 -223
- package/src/gpu/kernels/attention_decode_online_f16kv.wgsl +0 -225
- package/src/gpu/kernels/attention_decode_optimized.wgsl +0 -445
- package/src/gpu/kernels/attention_decode_paged_f16.wgsl +0 -172
- package/src/gpu/kernels/attention_decode_paged_f16kv.wgsl +0 -174
- package/src/gpu/kernels/attention_decode_subgroup.wgsl +0 -233
- package/src/gpu/kernels/attention_decode_tiered_f16.wgsl +0 -218
- package/src/gpu/kernels/attention_decode_tiered_f16kv.wgsl +0 -220
- package/src/gpu/kernels/attention_decode_tiered_int4_f16kv.wgsl +0 -242
- package/src/gpu/kernels/attention_decode_tiered_int8_f16kv.wgsl +0 -242
- package/src/gpu/kernels/attention_f16.wgsl +0 -214
- package/src/gpu/kernels/attention_f16kv.wgsl +0 -242
- package/src/gpu/kernels/attention_small.wgsl +0 -260
- package/src/gpu/kernels/attention_small_f16.wgsl +0 -240
- package/src/gpu/kernels/attention_small_f16kv.wgsl +0 -266
- package/src/gpu/kernels/attention_streaming.wgsl +0 -149
- package/src/gpu/kernels/attention_streaming_f16.wgsl +0 -147
- package/src/gpu/kernels/attention_streaming_f16kv.wgsl +0 -151
- package/src/gpu/kernels/backward/adam.d.ts +0 -28
- package/src/gpu/kernels/backward/adam.js +0 -203
- package/src/gpu/kernels/backward/adam.wgsl +0 -50
- package/src/gpu/kernels/backward/attention_backward.d.ts +0 -22
- package/src/gpu/kernels/backward/attention_backward.js +0 -364
- package/src/gpu/kernels/backward/attention_backward.wgsl +0 -49
- package/src/gpu/kernels/backward/bias_add_backward.d.ts +0 -17
- package/src/gpu/kernels/backward/bias_add_backward.js +0 -24
- package/src/gpu/kernels/backward/bias_add_backward.wgsl +0 -33
- package/src/gpu/kernels/backward/conv2d_backward.d.ts +0 -31
- package/src/gpu/kernels/backward/conv2d_backward.js +0 -148
- package/src/gpu/kernels/backward/conv2d_backward_input.wgsl +0 -83
- package/src/gpu/kernels/backward/conv2d_backward_weight.wgsl +0 -70
- package/src/gpu/kernels/backward/cross_entropy_backward.d.ts +0 -23
- package/src/gpu/kernels/backward/cross_entropy_backward.js +0 -29
- package/src/gpu/kernels/backward/cross_entropy_backward.wgsl +0 -39
- package/src/gpu/kernels/backward/embed_backward.d.ts +0 -29
- package/src/gpu/kernels/backward/embed_backward.js +0 -118
- package/src/gpu/kernels/backward/embed_backward.wgsl +0 -73
- package/src/gpu/kernels/backward/gelu_backward.d.ts +0 -16
- package/src/gpu/kernels/backward/gelu_backward.js +0 -39
- package/src/gpu/kernels/backward/gelu_backward.wgsl +0 -38
- package/src/gpu/kernels/backward/groupnorm_backward.d.ts +0 -24
- package/src/gpu/kernels/backward/groupnorm_backward.js +0 -29
- package/src/gpu/kernels/backward/groupnorm_backward.wgsl +0 -143
- package/src/gpu/kernels/backward/index.d.ts +0 -17
- package/src/gpu/kernels/backward/index.js +0 -23
- package/src/gpu/kernels/backward/layernorm_backward.d.ts +0 -22
- package/src/gpu/kernels/backward/layernorm_backward.js +0 -135
- package/src/gpu/kernels/backward/layernorm_backward.wgsl +0 -194
- package/src/gpu/kernels/backward/matmul_backward.d.ts +0 -32
- package/src/gpu/kernels/backward/matmul_backward.js +0 -124
- package/src/gpu/kernels/backward/matmul_backward.wgsl +0 -90
- package/src/gpu/kernels/backward/matmul_transpose_a.wgsl +0 -84
- package/src/gpu/kernels/backward/pixel_shuffle_backward.d.ts +0 -22
- package/src/gpu/kernels/backward/pixel_shuffle_backward.js +0 -30
- package/src/gpu/kernels/backward/pixel_shuffle_backward.wgsl +0 -54
- package/src/gpu/kernels/backward/rmsnorm_backward.d.ts +0 -24
- package/src/gpu/kernels/backward/rmsnorm_backward.js +0 -101
- package/src/gpu/kernels/backward/rmsnorm_backward.wgsl +0 -78
- package/src/gpu/kernels/backward/rope_backward.d.ts +0 -25
- package/src/gpu/kernels/backward/rope_backward.js +0 -109
- package/src/gpu/kernels/backward/rope_backward.wgsl +0 -59
- package/src/gpu/kernels/backward/scale_backward.d.ts +0 -16
- package/src/gpu/kernels/backward/scale_backward.js +0 -84
- package/src/gpu/kernels/backward/scale_backward.wgsl +0 -27
- package/src/gpu/kernels/backward/silu_backward.d.ts +0 -16
- package/src/gpu/kernels/backward/silu_backward.js +0 -39
- package/src/gpu/kernels/backward/silu_backward.wgsl +0 -31
- package/src/gpu/kernels/backward/softmax_backward.d.ts +0 -16
- package/src/gpu/kernels/backward/softmax_backward.js +0 -43
- package/src/gpu/kernels/backward/softmax_backward.wgsl +0 -44
- package/src/gpu/kernels/backward/upsample2d_backward.d.ts +0 -21
- package/src/gpu/kernels/backward/upsample2d_backward.js +0 -30
- package/src/gpu/kernels/backward/upsample2d_backward.wgsl +0 -59
- package/src/gpu/kernels/backward/utils.d.ts +0 -45
- package/src/gpu/kernels/backward/utils.js +0 -371
- package/src/gpu/kernels/bf16_to_f16.wgsl +0 -54
- package/src/gpu/kernels/bf16_to_f32.wgsl +0 -70
- package/src/gpu/kernels/bias_add.wgsl +0 -42
- package/src/gpu/kernels/bias_add_f16.wgsl +0 -47
- package/src/gpu/kernels/cast.d.ts +0 -67
- package/src/gpu/kernels/cast.js +0 -464
- package/src/gpu/kernels/cast_f16_to_f32.wgsl +0 -31
- package/src/gpu/kernels/cast_f32_to_f16.wgsl +0 -36
- package/src/gpu/kernels/check-finiteness.d.ts +0 -15
- package/src/gpu/kernels/check-finiteness.js +0 -149
- package/src/gpu/kernels/check-stop.d.ts +0 -31
- package/src/gpu/kernels/check-stop.js +0 -170
- package/src/gpu/kernels/clamp.d.ts +0 -22
- package/src/gpu/kernels/clamp.js +0 -42
- package/src/gpu/kernels/clamp.wgsl +0 -24
- package/src/gpu/kernels/constants.d.ts +0 -168
- package/src/gpu/kernels/constants.js +0 -129
- package/src/gpu/kernels/conv2d.d.ts +0 -34
- package/src/gpu/kernels/conv2d.js +0 -91
- package/src/gpu/kernels/conv2d.wgsl +0 -70
- package/src/gpu/kernels/conv2d_f16.wgsl +0 -72
- package/src/gpu/kernels/cross_entropy_loss.d.ts +0 -21
- package/src/gpu/kernels/cross_entropy_loss.js +0 -60
- package/src/gpu/kernels/cross_entropy_loss.wgsl +0 -39
- package/src/gpu/kernels/depthwise_conv2d.d.ts +0 -29
- package/src/gpu/kernels/depthwise_conv2d.js +0 -109
- package/src/gpu/kernels/depthwise_conv2d.wgsl +0 -55
- package/src/gpu/kernels/depthwise_conv2d_f16.wgsl +0 -59
- package/src/gpu/kernels/dequant.d.ts +0 -108
- package/src/gpu/kernels/dequant.js +0 -576
- package/src/gpu/kernels/dequant_f16_out.wgsl +0 -151
- package/src/gpu/kernels/dequant_f16_out_vec4.wgsl +0 -149
- package/src/gpu/kernels/dequant_f16_rowwise.wgsl +0 -139
- package/src/gpu/kernels/dequant_f32_rowwise.wgsl +0 -133
- package/src/gpu/kernels/dequant_mxfp4.wgsl +0 -120
- package/src/gpu/kernels/dequant_mxfp4_expert.wgsl +0 -129
- package/src/gpu/kernels/dequant_mxfp4_expert_f16.wgsl +0 -105
- package/src/gpu/kernels/dequant_mxfp4_vec4.wgsl +0 -116
- package/src/gpu/kernels/dequant_q6k.wgsl +0 -140
- package/src/gpu/kernels/dequant_q8_0.wgsl +0 -98
- package/src/gpu/kernels/dequant_shared.wgsl +0 -202
- package/src/gpu/kernels/dequant_shared_vec4.wgsl +0 -153
- package/src/gpu/kernels/dequant_subgroup.wgsl +0 -202
- package/src/gpu/kernels/dispatch.d.ts +0 -157
- package/src/gpu/kernels/dispatch.js +0 -235
- package/src/gpu/kernels/energy.d.ts +0 -113
- package/src/gpu/kernels/energy.js +0 -448
- package/src/gpu/kernels/energy_eval.wgsl +0 -26
- package/src/gpu/kernels/energy_eval_f16.wgsl +0 -30
- package/src/gpu/kernels/energy_quintel_grad.wgsl +0 -92
- package/src/gpu/kernels/energy_quintel_grad_f16.wgsl +0 -96
- package/src/gpu/kernels/energy_quintel_reduce.wgsl +0 -112
- package/src/gpu/kernels/energy_quintel_reduce_f16.wgsl +0 -116
- package/src/gpu/kernels/energy_quintel_update.wgsl +0 -92
- package/src/gpu/kernels/energy_quintel_update_f16.wgsl +0 -96
- package/src/gpu/kernels/energy_update.wgsl +0 -25
- package/src/gpu/kernels/energy_update_f16.wgsl +0 -30
- package/src/gpu/kernels/feature-check.d.ts +0 -42
- package/src/gpu/kernels/feature-check.js +0 -70
- package/src/gpu/kernels/fused_ffn.d.ts +0 -65
- package/src/gpu/kernels/fused_ffn.js +0 -337
- package/src/gpu/kernels/fused_ffn.wgsl +0 -420
- package/src/gpu/kernels/fused_ffn_f16.wgsl +0 -213
- package/src/gpu/kernels/fused_ffn_q4k.wgsl +0 -375
- package/src/gpu/kernels/fused_matmul_q4.wgsl +0 -404
- package/src/gpu/kernels/fused_matmul_q4_batched.wgsl +0 -194
- package/src/gpu/kernels/fused_matmul_q4_batched_f16.wgsl +0 -170
- package/src/gpu/kernels/fused_matmul_q4_batched_f16a.wgsl +0 -154
- package/src/gpu/kernels/fused_matmul_q4_f16a.wgsl +0 -219
- package/src/gpu/kernels/fused_matmul_q4_multicol_f16.wgsl +0 -216
- package/src/gpu/kernels/fused_matmul_q4_multicol_f16a.wgsl +0 -204
- package/src/gpu/kernels/fused_matmul_residual.d.ts +0 -46
- package/src/gpu/kernels/fused_matmul_residual.js +0 -175
- package/src/gpu/kernels/fused_matmul_rmsnorm.d.ts +0 -64
- package/src/gpu/kernels/fused_matmul_rmsnorm.js +0 -290
- package/src/gpu/kernels/fused_matmul_rmsnorm.wgsl +0 -324
- package/src/gpu/kernels/fused_matmul_rmsnorm_f16.wgsl +0 -303
- package/src/gpu/kernels/fused_swiglu.wgsl +0 -63
- package/src/gpu/kernels/fused_swiglu_f16.wgsl +0 -57
- package/src/gpu/kernels/gather.d.ts +0 -64
- package/src/gpu/kernels/gather.js +0 -137
- package/src/gpu/kernels/gather.wgsl +0 -61
- package/src/gpu/kernels/gather_f16.wgsl +0 -65
- package/src/gpu/kernels/gather_f16_f16_out.wgsl +0 -55
- package/src/gpu/kernels/gather_f16_out.wgsl +0 -55
- package/src/gpu/kernels/gather_f16_vec4.wgsl +0 -76
- package/src/gpu/kernels/gather_f16_vec4_f16_out.wgsl +0 -68
- package/src/gpu/kernels/gather_vec4.wgsl +0 -74
- package/src/gpu/kernels/gather_vec4_f16_out.wgsl +0 -68
- package/src/gpu/kernels/gelu.d.ts +0 -33
- package/src/gpu/kernels/gelu.js +0 -55
- package/src/gpu/kernels/gelu.wgsl +0 -64
- package/src/gpu/kernels/gelu_f16.wgsl +0 -66
- package/src/gpu/kernels/gptoss_mxfp4_expert_fused.wgsl +0 -127
- package/src/gpu/kernels/gptoss_router_topk.wgsl +0 -119
- package/src/gpu/kernels/grouped_pointwise_conv2d.d.ts +0 -27
- package/src/gpu/kernels/grouped_pointwise_conv2d.js +0 -103
- package/src/gpu/kernels/grouped_pointwise_conv2d.wgsl +0 -44
- package/src/gpu/kernels/grouped_pointwise_conv2d_f16.wgsl +0 -48
- package/src/gpu/kernels/groupnorm.d.ts +0 -31
- package/src/gpu/kernels/groupnorm.js +0 -102
- package/src/gpu/kernels/groupnorm_apply.wgsl +0 -41
- package/src/gpu/kernels/groupnorm_apply_f16.wgsl +0 -46
- package/src/gpu/kernels/groupnorm_stats.wgsl +0 -76
- package/src/gpu/kernels/groupnorm_stats_f16.wgsl +0 -79
- package/src/gpu/kernels/index.d.ts +0 -374
- package/src/gpu/kernels/index.js +0 -315
- package/src/gpu/kernels/kernel-base.d.ts +0 -33
- package/src/gpu/kernels/kernel-base.js +0 -46
- package/src/gpu/kernels/kernel-configs.d.ts +0 -65
- package/src/gpu/kernels/kernel-configs.js +0 -50
- package/src/gpu/kernels/kernel-tuning.d.ts +0 -42
- package/src/gpu/kernels/kernel-tuning.js +0 -149
- package/src/gpu/kernels/kv-quantize.d.ts +0 -37
- package/src/gpu/kernels/kv-quantize.js +0 -141
- package/src/gpu/kernels/kv_quantize_int4.wgsl +0 -119
- package/src/gpu/kernels/kv_quantize_int8.wgsl +0 -119
- package/src/gpu/kernels/layernorm.d.ts +0 -37
- package/src/gpu/kernels/layernorm.js +0 -96
- package/src/gpu/kernels/layernorm.wgsl +0 -121
- package/src/gpu/kernels/layernorm_f16.wgsl +0 -103
- package/src/gpu/kernels/linear-attention-core.d.ts +0 -39
- package/src/gpu/kernels/linear-attention-core.js +0 -535
- package/src/gpu/kernels/logit-merge.d.ts +0 -110
- package/src/gpu/kernels/logit-merge.js +0 -394
- package/src/gpu/kernels/matmul-dispatch.d.ts +0 -38
- package/src/gpu/kernels/matmul-dispatch.js +0 -155
- package/src/gpu/kernels/matmul-selection.d.ts +0 -87
- package/src/gpu/kernels/matmul-selection.js +0 -517
- package/src/gpu/kernels/matmul.d.ts +0 -111
- package/src/gpu/kernels/matmul.js +0 -315
- package/src/gpu/kernels/matmul_f16.wgsl +0 -170
- package/src/gpu/kernels/matmul_f16_tiled.wgsl +0 -165
- package/src/gpu/kernels/matmul_f16w_f32a.wgsl +0 -89
- package/src/gpu/kernels/matmul_f16w_f32a_tiled.wgsl +0 -154
- package/src/gpu/kernels/matmul_f32.wgsl +0 -100
- package/src/gpu/kernels/matmul_gemv.wgsl +0 -80
- package/src/gpu/kernels/matmul_gemv_f16a.wgsl +0 -81
- package/src/gpu/kernels/matmul_gemv_residual.wgsl +0 -119
- package/src/gpu/kernels/matmul_gemv_residual_f16.wgsl +0 -78
- package/src/gpu/kernels/matmul_gemv_subgroup.wgsl +0 -345
- package/src/gpu/kernels/matmul_gemv_subgroup_f16a.wgsl +0 -514
- package/src/gpu/kernels/modulate.d.ts +0 -29
- package/src/gpu/kernels/modulate.js +0 -57
- package/src/gpu/kernels/modulate.wgsl +0 -40
- package/src/gpu/kernels/modulate_f16.wgsl +0 -43
- package/src/gpu/kernels/moe.d.ts +0 -164
- package/src/gpu/kernels/moe.js +0 -542
- package/src/gpu/kernels/moe_gather.wgsl +0 -170
- package/src/gpu/kernels/moe_gather_f16.wgsl +0 -82
- package/src/gpu/kernels/moe_gather_vec4.wgsl +0 -74
- package/src/gpu/kernels/moe_offsets.wgsl +0 -48
- package/src/gpu/kernels/pipeline-cache.d.ts +0 -88
- package/src/gpu/kernels/pipeline-cache.js +0 -305
- package/src/gpu/kernels/pixel_shuffle.d.ts +0 -27
- package/src/gpu/kernels/pixel_shuffle.js +0 -57
- package/src/gpu/kernels/pixel_shuffle.wgsl +0 -43
- package/src/gpu/kernels/pixel_shuffle_f16.wgsl +0 -46
- package/src/gpu/kernels/relu.d.ts +0 -18
- package/src/gpu/kernels/relu.js +0 -66
- package/src/gpu/kernels/relu.wgsl +0 -22
- package/src/gpu/kernels/relu_f16.wgsl +0 -24
- package/src/gpu/kernels/repeat_channels.d.ts +0 -21
- package/src/gpu/kernels/repeat_channels.js +0 -68
- package/src/gpu/kernels/repeat_channels.wgsl +0 -28
- package/src/gpu/kernels/repeat_channels_f16.wgsl +0 -30
- package/src/gpu/kernels/residual.d.ts +0 -74
- package/src/gpu/kernels/residual.js +0 -173
- package/src/gpu/kernels/residual.wgsl +0 -56
- package/src/gpu/kernels/residual_f16.wgsl +0 -36
- package/src/gpu/kernels/residual_f16_vec4.wgsl +0 -48
- package/src/gpu/kernels/residual_vec4.wgsl +0 -47
- package/src/gpu/kernels/rmsnorm.d.ts +0 -53
- package/src/gpu/kernels/rmsnorm.js +0 -215
- package/src/gpu/kernels/rmsnorm.wgsl +0 -425
- package/src/gpu/kernels/rmsnorm_f16.wgsl +0 -172
- package/src/gpu/kernels/rope.d.ts +0 -50
- package/src/gpu/kernels/rope.js +0 -66
- package/src/gpu/kernels/rope.wgsl +0 -344
- package/src/gpu/kernels/rope_f16.wgsl +0 -271
- package/src/gpu/kernels/rule-matcher.d.ts +0 -30
- package/src/gpu/kernels/rule-matcher.js +0 -42
- package/src/gpu/kernels/rule-registry.d.ts +0 -7
- package/src/gpu/kernels/rule-registry.js +0 -41
- package/src/gpu/kernels/sample.d.ts +0 -75
- package/src/gpu/kernels/sample.js +0 -567
- package/src/gpu/kernels/sample.wgsl +0 -377
- package/src/gpu/kernels/sample_f16.wgsl +0 -331
- package/src/gpu/kernels/sana_linear_attention.d.ts +0 -27
- package/src/gpu/kernels/sana_linear_attention.js +0 -129
- package/src/gpu/kernels/sana_linear_attention_apply.wgsl +0 -43
- package/src/gpu/kernels/sana_linear_attention_apply_f16.wgsl +0 -46
- package/src/gpu/kernels/sana_linear_attention_summary.wgsl +0 -51
- package/src/gpu/kernels/sana_linear_attention_summary_f16.wgsl +0 -53
- package/src/gpu/kernels/scale.d.ts +0 -35
- package/src/gpu/kernels/scale.js +0 -44
- package/src/gpu/kernels/scale.wgsl +0 -38
- package/src/gpu/kernels/scatter_add.wgsl +0 -88
- package/src/gpu/kernels/scatter_add_dynamic.wgsl +0 -59
- package/src/gpu/kernels/scatter_add_dynamic_f16.wgsl +0 -52
- package/src/gpu/kernels/scatter_add_dynamic_f16_weights.wgsl +0 -50
- package/src/gpu/kernels/scatter_add_vec4.wgsl +0 -70
- package/src/gpu/kernels/shader-cache.d.ts +0 -56
- package/src/gpu/kernels/shader-cache.js +0 -208
- package/src/gpu/kernels/silu.d.ts +0 -76
- package/src/gpu/kernels/silu.js +0 -406
- package/src/gpu/kernels/silu.wgsl +0 -109
- package/src/gpu/kernels/silu_f16.wgsl +0 -108
- package/src/gpu/kernels/softmax.d.ts +0 -57
- package/src/gpu/kernels/softmax.js +0 -125
- package/src/gpu/kernels/softmax.wgsl +0 -388
- package/src/gpu/kernels/softmax_subgroup.wgsl +0 -175
- package/src/gpu/kernels/split_qg.d.ts +0 -50
- package/src/gpu/kernels/split_qg.js +0 -46
- package/src/gpu/kernels/split_qg.wgsl +0 -58
- package/src/gpu/kernels/split_qg_f16.wgsl +0 -62
- package/src/gpu/kernels/split_qkv.d.ts +0 -51
- package/src/gpu/kernels/split_qkv.js +0 -51
- package/src/gpu/kernels/split_qkv.wgsl +0 -71
- package/src/gpu/kernels/split_qkv_f16.wgsl +0 -75
- package/src/gpu/kernels/topk.wgsl +0 -243
- package/src/gpu/kernels/topk_f16.wgsl +0 -108
- package/src/gpu/kernels/topk_f16_weights.wgsl +0 -101
- package/src/gpu/kernels/transpose.d.ts +0 -21
- package/src/gpu/kernels/transpose.js +0 -51
- package/src/gpu/kernels/transpose.wgsl +0 -33
- package/src/gpu/kernels/types.d.ts +0 -21
- package/src/gpu/kernels/types.js +0 -4
- package/src/gpu/kernels/uniform-utils.d.ts +0 -48
- package/src/gpu/kernels/uniform-utils.js +0 -94
- package/src/gpu/kernels/upsample2d.d.ts +0 -25
- package/src/gpu/kernels/upsample2d.js +0 -67
- package/src/gpu/kernels/upsample2d.wgsl +0 -34
- package/src/gpu/kernels/upsample2d_f16.wgsl +0 -38
- package/src/gpu/kernels/utils.d.ts +0 -106
- package/src/gpu/kernels/utils.js +0 -246
- package/src/gpu/multi-model-recorder.d.ts +0 -21
- package/src/gpu/multi-model-recorder.js +0 -31
- package/src/gpu/partitioned-buffer-pool.d.ts +0 -28
- package/src/gpu/partitioned-buffer-pool.js +0 -57
- package/src/gpu/perf-guards.d.ts +0 -25
- package/src/gpu/perf-guards.js +0 -133
- package/src/gpu/profiler.d.ts +0 -114
- package/src/gpu/profiler.js +0 -396
- package/src/gpu/readback-utils.d.ts +0 -16
- package/src/gpu/readback-utils.js +0 -41
- package/src/gpu/submit-tracker.d.ts +0 -111
- package/src/gpu/submit-tracker.js +0 -242
- package/src/gpu/tensor.d.ts +0 -69
- package/src/gpu/tensor.js +0 -75
- package/src/gpu/uniform-cache.d.ts +0 -109
- package/src/gpu/uniform-cache.js +0 -263
- package/src/gpu/weight-buffer.d.ts +0 -115
- package/src/gpu/weight-buffer.js +0 -118
- package/src/hotswap/intent-bundle.d.ts +0 -37
- package/src/hotswap/intent-bundle.js +0 -129
- package/src/hotswap/manifest.d.ts +0 -42
- package/src/hotswap/manifest.js +0 -124
- package/src/hotswap/runtime.d.ts +0 -31
- package/src/hotswap/runtime.js +0 -150
- package/src/index-browser.d.ts +0 -92
- package/src/index-browser.js +0 -68
- package/src/index-internal.d.ts +0 -2
- package/src/index-internal.js +0 -2
- package/src/index.d.ts +0 -103
- package/src/index.js +0 -76
- package/src/inference/README.md +0 -593
- package/src/inference/browser-harness-contract-helpers.d.ts +0 -5
- package/src/inference/browser-harness-contract-helpers.js +0 -28
- package/src/inference/browser-harness-diffusion-energy-suites.d.ts +0 -2
- package/src/inference/browser-harness-diffusion-energy-suites.js +0 -269
- package/src/inference/browser-harness-model-helpers.d.ts +0 -16
- package/src/inference/browser-harness-model-helpers.js +0 -217
- package/src/inference/browser-harness-report-helpers.d.ts +0 -7
- package/src/inference/browser-harness-report-helpers.js +0 -42
- package/src/inference/browser-harness-runtime-helpers.d.ts +0 -61
- package/src/inference/browser-harness-runtime-helpers.js +0 -415
- package/src/inference/browser-harness-suite-helpers.d.ts +0 -28
- package/src/inference/browser-harness-suite-helpers.js +0 -268
- package/src/inference/browser-harness-text-helpers.d.ts +0 -27
- package/src/inference/browser-harness-text-helpers.js +0 -788
- package/src/inference/browser-harness.d.ts +0 -242
- package/src/inference/browser-harness.js +0 -990
- package/src/inference/decode-buffers.d.ts +0 -108
- package/src/inference/decode-buffers.js +0 -181
- package/src/inference/decode-ring.d.ts +0 -52
- package/src/inference/decode-ring.js +0 -273
- package/src/inference/expert-router.d.ts +0 -27
- package/src/inference/expert-router.js +0 -55
- package/src/inference/functiongemma.d.ts +0 -15
- package/src/inference/functiongemma.js +0 -1
- package/src/inference/kv-cache/base.d.ts +0 -150
- package/src/inference/kv-cache/base.js +0 -1083
- package/src/inference/kv-cache/basis-decomposed-paged.d.ts +0 -50
- package/src/inference/kv-cache/basis-decomposed-paged.js +0 -276
- package/src/inference/kv-cache/index.d.ts +0 -35
- package/src/inference/kv-cache/index.js +0 -20
- package/src/inference/kv-cache/sliding-window.d.ts +0 -72
- package/src/inference/kv-cache/sliding-window.js +0 -243
- package/src/inference/kv-cache/tiered.d.ts +0 -89
- package/src/inference/kv-cache/tiered.js +0 -576
- package/src/inference/kv-cache/types.d.ts +0 -188
- package/src/inference/kv-cache/types.js +0 -80
- package/src/inference/kv-cache.d.ts +0 -36
- package/src/inference/kv-cache.js +0 -18
- package/src/inference/moe-router.d.ts +0 -212
- package/src/inference/moe-router.js +0 -585
- package/src/inference/multi-model-network.d.ts +0 -139
- package/src/inference/multi-model-network.js +0 -771
- package/src/inference/multi-pipeline-pool.d.ts +0 -62
- package/src/inference/multi-pipeline-pool.js +0 -161
- package/src/inference/network-evolution.d.ts +0 -55
- package/src/inference/network-evolution.js +0 -79
- package/src/inference/pipelines/context.d.ts +0 -21
- package/src/inference/pipelines/context.js +0 -184
- package/src/inference/pipelines/diffusion/helpers.d.ts +0 -29
- package/src/inference/pipelines/diffusion/helpers.js +0 -120
- package/src/inference/pipelines/diffusion/index.d.ts +0 -3
- package/src/inference/pipelines/diffusion/index.js +0 -3
- package/src/inference/pipelines/diffusion/init.d.ts +0 -24
- package/src/inference/pipelines/diffusion/init.js +0 -138
- package/src/inference/pipelines/diffusion/pipeline.d.ts +0 -38
- package/src/inference/pipelines/diffusion/pipeline.js +0 -771
- package/src/inference/pipelines/diffusion/sana-transformer.d.ts +0 -53
- package/src/inference/pipelines/diffusion/sana-transformer.js +0 -738
- package/src/inference/pipelines/diffusion/scheduler.d.ts +0 -35
- package/src/inference/pipelines/diffusion/scheduler.js +0 -153
- package/src/inference/pipelines/diffusion/sd3-transformer.d.ts +0 -20
- package/src/inference/pipelines/diffusion/sd3-transformer.js +0 -1194
- package/src/inference/pipelines/diffusion/sd3-weights.d.ts +0 -21
- package/src/inference/pipelines/diffusion/sd3-weights.js +0 -287
- package/src/inference/pipelines/diffusion/text-encoder-gpu.d.ts +0 -87
- package/src/inference/pipelines/diffusion/text-encoder-gpu.js +0 -1223
- package/src/inference/pipelines/diffusion/text-encoder.d.ts +0 -29
- package/src/inference/pipelines/diffusion/text-encoder.js +0 -195
- package/src/inference/pipelines/diffusion/types.d.ts +0 -116
- package/src/inference/pipelines/diffusion/types.js +0 -1
- package/src/inference/pipelines/diffusion/vae.d.ts +0 -20
- package/src/inference/pipelines/diffusion/vae.js +0 -1375
- package/src/inference/pipelines/diffusion/weights.d.ts +0 -40
- package/src/inference/pipelines/diffusion/weights.js +0 -150
- package/src/inference/pipelines/dream/energy-head-pipeline.d.ts +0 -29
- package/src/inference/pipelines/dream/energy-head-pipeline.js +0 -6
- package/src/inference/pipelines/dream/pipeline.d.ts +0 -17
- package/src/inference/pipelines/dream/pipeline.js +0 -8
- package/src/inference/pipelines/energy/index.d.ts +0 -1
- package/src/inference/pipelines/energy/index.js +0 -1
- package/src/inference/pipelines/energy/pipeline.d.ts +0 -27
- package/src/inference/pipelines/energy/pipeline.js +0 -686
- package/src/inference/pipelines/energy/quintel.d.ts +0 -92
- package/src/inference/pipelines/energy/quintel.js +0 -218
- package/src/inference/pipelines/energy/types.d.ts +0 -63
- package/src/inference/pipelines/energy/types.js +0 -1
- package/src/inference/pipelines/energy-head/index.d.ts +0 -6
- package/src/inference/pipelines/energy-head/index.js +0 -6
- package/src/inference/pipelines/energy-head/row-head-pipeline.d.ts +0 -103
- package/src/inference/pipelines/energy-head/row-head-pipeline.js +0 -491
- package/src/inference/pipelines/factory.d.ts +0 -10
- package/src/inference/pipelines/factory.js +0 -6
- package/src/inference/pipelines/index.d.ts +0 -22
- package/src/inference/pipelines/index.js +0 -19
- package/src/inference/pipelines/registry.d.ts +0 -15
- package/src/inference/pipelines/registry.js +0 -23
- package/src/inference/pipelines/rng.d.ts +0 -2
- package/src/inference/pipelines/rng.js +0 -17
- package/src/inference/pipelines/structured/index.d.ts +0 -8
- package/src/inference/pipelines/structured/index.js +0 -8
- package/src/inference/pipelines/structured/json-head-pipeline.d.ts +0 -58
- package/src/inference/pipelines/structured/json-head-pipeline.js +0 -196
- package/src/inference/pipelines/text/attention/index.d.ts +0 -24
- package/src/inference/pipelines/text/attention/index.js +0 -17
- package/src/inference/pipelines/text/attention/output-projection.d.ts +0 -12
- package/src/inference/pipelines/text/attention/output-projection.js +0 -8
- package/src/inference/pipelines/text/attention/projections.d.ts +0 -110
- package/src/inference/pipelines/text/attention/projections.js +0 -515
- package/src/inference/pipelines/text/attention/record.d.ts +0 -36
- package/src/inference/pipelines/text/attention/record.js +0 -685
- package/src/inference/pipelines/text/attention/run.d.ts +0 -38
- package/src/inference/pipelines/text/attention/run.js +0 -933
- package/src/inference/pipelines/text/attention/types.d.ts +0 -98
- package/src/inference/pipelines/text/attention/types.js +0 -67
- package/src/inference/pipelines/text/attention.d.ts +0 -23
- package/src/inference/pipelines/text/attention.js +0 -12
- package/src/inference/pipelines/text/bdpa-steamroller.d.ts +0 -22
- package/src/inference/pipelines/text/bdpa-steamroller.js +0 -158
- package/src/inference/pipelines/text/buffer-types.d.ts +0 -7
- package/src/inference/pipelines/text/buffer-types.js +0 -4
- package/src/inference/pipelines/text/chat-format.d.ts +0 -46
- package/src/inference/pipelines/text/chat-format.js +0 -390
- package/src/inference/pipelines/text/config.d.ts +0 -244
- package/src/inference/pipelines/text/config.js +0 -703
- package/src/inference/pipelines/text/debug-utils/config.d.ts +0 -144
- package/src/inference/pipelines/text/debug-utils/config.js +0 -156
- package/src/inference/pipelines/text/debug-utils/index.d.ts +0 -53
- package/src/inference/pipelines/text/debug-utils/index.js +0 -44
- package/src/inference/pipelines/text/debug-utils/logging.d.ts +0 -106
- package/src/inference/pipelines/text/debug-utils/logging.js +0 -152
- package/src/inference/pipelines/text/debug-utils/tensor.d.ts +0 -119
- package/src/inference/pipelines/text/debug-utils/tensor.js +0 -268
- package/src/inference/pipelines/text/debug-utils/utils.d.ts +0 -77
- package/src/inference/pipelines/text/debug-utils/utils.js +0 -139
- package/src/inference/pipelines/text/debug-utils.d.ts +0 -42
- package/src/inference/pipelines/text/debug-utils.js +0 -34
- package/src/inference/pipelines/text/embed.d.ts +0 -67
- package/src/inference/pipelines/text/embed.js +0 -455
- package/src/inference/pipelines/text/execution-plan.d.ts +0 -116
- package/src/inference/pipelines/text/execution-plan.js +0 -329
- package/src/inference/pipelines/text/execution-v0-contract-helpers.d.ts +0 -59
- package/src/inference/pipelines/text/execution-v0-contract-helpers.js +0 -937
- package/src/inference/pipelines/text/execution-v0-runtime-builders.d.ts +0 -15
- package/src/inference/pipelines/text/execution-v0-runtime-builders.js +0 -279
- package/src/inference/pipelines/text/execution-v0.d.ts +0 -66
- package/src/inference/pipelines/text/execution-v0.js +0 -255
- package/src/inference/pipelines/text/ffn/dense.d.ts +0 -40
- package/src/inference/pipelines/text/ffn/dense.js +0 -759
- package/src/inference/pipelines/text/ffn/index.d.ts +0 -23
- package/src/inference/pipelines/text/ffn/index.js +0 -16
- package/src/inference/pipelines/text/ffn/moe.d.ts +0 -21
- package/src/inference/pipelines/text/ffn/moe.js +0 -49
- package/src/inference/pipelines/text/ffn/sandwich.d.ts +0 -25
- package/src/inference/pipelines/text/ffn/sandwich.js +0 -196
- package/src/inference/pipelines/text/ffn/standard.d.ts +0 -23
- package/src/inference/pipelines/text/ffn/standard.js +0 -87
- package/src/inference/pipelines/text/ffn/types.d.ts +0 -30
- package/src/inference/pipelines/text/ffn/types.js +0 -25
- package/src/inference/pipelines/text/ffn.d.ts +0 -31
- package/src/inference/pipelines/text/ffn.js +0 -18
- package/src/inference/pipelines/text/finiteness-guard-status.d.ts +0 -11
- package/src/inference/pipelines/text/finiteness-guard-status.js +0 -21
- package/src/inference/pipelines/text/finiteness-policy.d.ts +0 -35
- package/src/inference/pipelines/text/finiteness-policy.js +0 -45
- package/src/inference/pipelines/text/generator-helpers.d.ts +0 -34
- package/src/inference/pipelines/text/generator-helpers.js +0 -175
- package/src/inference/pipelines/text/generator-runtime.d.ts +0 -93
- package/src/inference/pipelines/text/generator-runtime.js +0 -378
- package/src/inference/pipelines/text/generator-steps.d.ts +0 -127
- package/src/inference/pipelines/text/generator-steps.js +0 -1197
- package/src/inference/pipelines/text/generator.d.ts +0 -41
- package/src/inference/pipelines/text/generator.js +0 -1361
- package/src/inference/pipelines/text/index.d.ts +0 -5
- package/src/inference/pipelines/text/index.js +0 -6
- package/src/inference/pipelines/text/init.d.ts +0 -312
- package/src/inference/pipelines/text/init.js +0 -1112
- package/src/inference/pipelines/text/kernel-path-auto-select.d.ts +0 -12
- package/src/inference/pipelines/text/kernel-path-auto-select.js +0 -92
- package/src/inference/pipelines/text/kernel-trace.d.ts +0 -152
- package/src/inference/pipelines/text/kernel-trace.js +0 -330
- package/src/inference/pipelines/text/layer-plan.d.ts +0 -65
- package/src/inference/pipelines/text/layer-plan.js +0 -249
- package/src/inference/pipelines/text/layer.d.ts +0 -56
- package/src/inference/pipelines/text/layer.js +0 -922
- package/src/inference/pipelines/text/linear-attention.d.ts +0 -109
- package/src/inference/pipelines/text/linear-attention.js +0 -907
- package/src/inference/pipelines/text/logits/cpu.d.ts +0 -81
- package/src/inference/pipelines/text/logits/cpu.js +0 -91
- package/src/inference/pipelines/text/logits/gpu.d.ts +0 -113
- package/src/inference/pipelines/text/logits/gpu.js +0 -411
- package/src/inference/pipelines/text/logits/index.d.ts +0 -62
- package/src/inference/pipelines/text/logits/index.js +0 -306
- package/src/inference/pipelines/text/logits/types.d.ts +0 -46
- package/src/inference/pipelines/text/logits/types.js +0 -4
- package/src/inference/pipelines/text/logits/utils.d.ts +0 -56
- package/src/inference/pipelines/text/logits/utils.js +0 -68
- package/src/inference/pipelines/text/logits.d.ts +0 -27
- package/src/inference/pipelines/text/logits.js +0 -16
- package/src/inference/pipelines/text/lora-apply.d.ts +0 -28
- package/src/inference/pipelines/text/lora-apply.js +0 -76
- package/src/inference/pipelines/text/lora-types.d.ts +0 -39
- package/src/inference/pipelines/text/lora-types.js +0 -18
- package/src/inference/pipelines/text/lora.d.ts +0 -18
- package/src/inference/pipelines/text/lora.js +0 -12
- package/src/inference/pipelines/text/model-load.d.ts +0 -58
- package/src/inference/pipelines/text/model-load.js +0 -739
- package/src/inference/pipelines/text/moe-cache.d.ts +0 -32
- package/src/inference/pipelines/text/moe-cache.js +0 -108
- package/src/inference/pipelines/text/moe-cpu-gptoss.d.ts +0 -9
- package/src/inference/pipelines/text/moe-cpu-gptoss.js +0 -115
- package/src/inference/pipelines/text/moe-cpu.d.ts +0 -13
- package/src/inference/pipelines/text/moe-cpu.js +0 -120
- package/src/inference/pipelines/text/moe-gpu.d.ts +0 -13
- package/src/inference/pipelines/text/moe-gpu.js +0 -635
- package/src/inference/pipelines/text/moe-helpers.d.ts +0 -12
- package/src/inference/pipelines/text/moe-helpers.js +0 -21
- package/src/inference/pipelines/text/moe-impl.d.ts +0 -117
- package/src/inference/pipelines/text/moe-impl.js +0 -9
- package/src/inference/pipelines/text/moe-shape-validator.d.ts +0 -31
- package/src/inference/pipelines/text/moe-shape-validator.js +0 -78
- package/src/inference/pipelines/text/ops.d.ts +0 -167
- package/src/inference/pipelines/text/ops.js +0 -367
- package/src/inference/pipelines/text/probes.d.ts +0 -31
- package/src/inference/pipelines/text/probes.js +0 -170
- package/src/inference/pipelines/text/sampling.d.ts +0 -54
- package/src/inference/pipelines/text/sampling.js +0 -249
- package/src/inference/pipelines/text/state.d.ts +0 -112
- package/src/inference/pipelines/text/state.js +0 -152
- package/src/inference/pipelines/text/types.d.ts +0 -627
- package/src/inference/pipelines/text/types.js +0 -4
- package/src/inference/pipelines/text/weights.d.ts +0 -110
- package/src/inference/pipelines/text/weights.js +0 -173
- package/src/inference/pipelines/text.d.ts +0 -157
- package/src/inference/pipelines/text.js +0 -608
- package/src/inference/speculative.d.ts +0 -239
- package/src/inference/speculative.js +0 -402
- package/src/inference/test-harness.d.ts +0 -178
- package/src/inference/test-harness.js +0 -359
- package/src/inference/tokenizer.d.ts +0 -72
- package/src/inference/tokenizer.js +0 -239
- package/src/inference/tokenizers/base.d.ts +0 -39
- package/src/inference/tokenizers/base.js +0 -69
- package/src/inference/tokenizers/bpe.d.ts +0 -27
- package/src/inference/tokenizers/bpe.js +0 -180
- package/src/inference/tokenizers/bundled.d.ts +0 -63
- package/src/inference/tokenizers/bundled.js +0 -1009
- package/src/inference/tokenizers/sentencepiece.d.ts +0 -28
- package/src/inference/tokenizers/sentencepiece.js +0 -401
- package/src/inference/tokenizers/types.d.ts +0 -166
- package/src/inference/tokenizers/types.js +0 -7
- package/src/loader/doppler-loader.d.ts +0 -134
- package/src/loader/doppler-loader.js +0 -1052
- package/src/loader/dtype-utils.d.ts +0 -40
- package/src/loader/dtype-utils.js +0 -61
- package/src/loader/embedding-loader.d.ts +0 -56
- package/src/loader/embedding-loader.js +0 -211
- package/src/loader/experts/expert-cache.d.ts +0 -156
- package/src/loader/experts/expert-cache.js +0 -382
- package/src/loader/experts/expert-loader.d.ts +0 -108
- package/src/loader/experts/expert-loader.js +0 -388
- package/src/loader/final-weights-loader.d.ts +0 -68
- package/src/loader/final-weights-loader.js +0 -268
- package/src/loader/index.d.ts +0 -150
- package/src/loader/index.js +0 -124
- package/src/loader/layer-loader.d.ts +0 -63
- package/src/loader/layer-loader.js +0 -418
- package/src/loader/loader-state.d.ts +0 -51
- package/src/loader/loader-state.js +0 -142
- package/src/loader/loader-types.d.ts +0 -236
- package/src/loader/loader-types.js +0 -4
- package/src/loader/manifest-config.d.ts +0 -97
- package/src/loader/manifest-config.js +0 -132
- package/src/loader/memory-monitor.d.ts +0 -112
- package/src/loader/memory-monitor.js +0 -284
- package/src/loader/multi-model-loader.d.ts +0 -51
- package/src/loader/multi-model-loader.js +0 -133
- package/src/loader/quantization-constants.d.ts +0 -23
- package/src/loader/quantization-constants.js +0 -14
- package/src/loader/shard-cache.d.ts +0 -60
- package/src/loader/shard-cache.js +0 -638
- package/src/loader/shard-resolver.d.ts +0 -12
- package/src/loader/shard-resolver.js +0 -105
- package/src/loader/tensors/tensor-loader.d.ts +0 -154
- package/src/loader/tensors/tensor-loader.js +0 -497
- package/src/loader/tensors/tensor-reader.d.ts +0 -22
- package/src/loader/tensors/tensor-reader.js +0 -113
- package/src/loader/tensors/tensor-role.d.ts +0 -7
- package/src/loader/tensors/tensor-role.js +0 -12
- package/src/loader/weight-downcast.d.ts +0 -62
- package/src/loader/weight-downcast.js +0 -213
- package/src/loader/weights.d.ts +0 -22
- package/src/loader/weights.js +0 -4
- package/src/memory/address-table.d.ts +0 -104
- package/src/memory/address-table.js +0 -114
- package/src/memory/buffer-pool.d.ts +0 -204
- package/src/memory/buffer-pool.js +0 -821
- package/src/memory/capability.d.ts +0 -49
- package/src/memory/capability.js +0 -95
- package/src/memory/heap-manager.d.ts +0 -104
- package/src/memory/heap-manager.js +0 -264
- package/src/memory/unified-detect.d.ts +0 -59
- package/src/memory/unified-detect.js +0 -192
- package/src/rules/converter/execution.rules.json +0 -20
- package/src/rules/converter/tensor-roles.rules.json +0 -13
- package/src/rules/converter/tokenizer.rules.json +0 -7
- package/src/rules/execution-rules-contract-check.d.ts +0 -17
- package/src/rules/execution-rules-contract-check.js +0 -245
- package/src/rules/inference/attention.rules.json +0 -54
- package/src/rules/inference/config.rules.json +0 -58
- package/src/rules/inference/dtype.rules.json +0 -99
- package/src/rules/inference/execution.rules.json +0 -45
- package/src/rules/inference/ffn.rules.json +0 -35
- package/src/rules/inference/kernel-path.rules.json +0 -92
- package/src/rules/inference/layer-pattern.rules.json +0 -16
- package/src/rules/inference/layer.rules.json +0 -7
- package/src/rules/inference/moe.rules.json +0 -48
- package/src/rules/kernels/attention.rules.json +0 -61
- package/src/rules/kernels/conv2d.rules.json +0 -6
- package/src/rules/kernels/depthwise-conv2d.rules.json +0 -6
- package/src/rules/kernels/dequant.rules.json +0 -58
- package/src/rules/kernels/energy.rules.json +0 -22
- package/src/rules/kernels/fused-ffn.rules.json +0 -13
- package/src/rules/kernels/fused-matmul-residual.rules.json +0 -6
- package/src/rules/kernels/fused-matmul-rmsnorm.rules.json +0 -8
- package/src/rules/kernels/gather.rules.json +0 -12
- package/src/rules/kernels/gelu.rules.json +0 -11
- package/src/rules/kernels/grouped-pointwise-conv2d.rules.json +0 -6
- package/src/rules/kernels/groupnorm.rules.json +0 -10
- package/src/rules/kernels/kernel-validator.d.ts +0 -24
- package/src/rules/kernels/kernel-validator.js +0 -160
- package/src/rules/kernels/kv_quantize.rules.json +0 -7
- package/src/rules/kernels/layernorm.rules.json +0 -6
- package/src/rules/kernels/matmul.rules.json +0 -60
- package/src/rules/kernels/modulate.rules.json +0 -6
- package/src/rules/kernels/moe.rules.gptoss.json +0 -105
- package/src/rules/kernels/moe.rules.json +0 -11
- package/src/rules/kernels/pixel_shuffle.rules.json +0 -6
- package/src/rules/kernels/relu.rules.json +0 -6
- package/src/rules/kernels/repeat-channels.rules.json +0 -6
- package/src/rules/kernels/residual.rules.json +0 -12
- package/src/rules/kernels/rmsnorm.rules.json +0 -11
- package/src/rules/kernels/rope.rules.json +0 -6
- package/src/rules/kernels/sample.rules.json +0 -6
- package/src/rules/kernels/sana-linear-attention.rules.json +0 -6
- package/src/rules/kernels/scale.rules.json +0 -6
- package/src/rules/kernels/silu.rules.json +0 -21
- package/src/rules/kernels/softmax.rules.json +0 -23
- package/src/rules/kernels/split-qg.rules.json +0 -6
- package/src/rules/kernels/split-qkv.rules.json +0 -6
- package/src/rules/kernels/upsample2d.rules.json +0 -6
- package/src/rules/layer-pattern-contract-check.d.ts +0 -17
- package/src/rules/layer-pattern-contract-check.js +0 -231
- package/src/rules/loader/tensor-loader.rules.json +0 -15
- package/src/rules/loader/weights.rules.json +0 -41
- package/src/rules/rule-registry.d.ts +0 -76
- package/src/rules/rule-registry.js +0 -241
- package/src/rules/tooling/command-runtime.rules.json +0 -56
- package/src/storage/backends/idb-store.d.ts +0 -52
- package/src/storage/backends/idb-store.js +0 -590
- package/src/storage/backends/memory-store.d.ts +0 -36
- package/src/storage/backends/memory-store.js +0 -242
- package/src/storage/backends/opfs-store.d.ts +0 -41
- package/src/storage/backends/opfs-store.js +0 -473
- package/src/storage/blake3.d.ts +0 -17
- package/src/storage/blake3.js +0 -269
- package/src/storage/download-types.d.ts +0 -157
- package/src/storage/download-types.js +0 -48
- package/src/storage/downloader.d.ts +0 -103
- package/src/storage/downloader.js +0 -1121
- package/src/storage/emulated-vram.d.ts +0 -264
- package/src/storage/emulated-vram.js +0 -576
- package/src/storage/export.d.ts +0 -20
- package/src/storage/export.js +0 -159
- package/src/storage/index.d.ts +0 -256
- package/src/storage/index.js +0 -188
- package/src/storage/inventory.d.ts +0 -26
- package/src/storage/inventory.js +0 -218
- package/src/storage/preflight.d.ts +0 -144
- package/src/storage/preflight.js +0 -316
- package/src/storage/quickstart-downloader.d.ts +0 -154
- package/src/storage/quickstart-downloader.js +0 -271
- package/src/storage/quota.d.ts +0 -150
- package/src/storage/quota.js +0 -304
- package/src/storage/registry.d.ts +0 -28
- package/src/storage/registry.js +0 -131
- package/src/storage/reports.d.ts +0 -20
- package/src/storage/reports.js +0 -94
- package/src/storage/shard-manager.d.ts +0 -151
- package/src/storage/shard-manager.js +0 -850
- package/src/storage/source-artifact-store.d.ts +0 -52
- package/src/storage/source-artifact-store.js +0 -234
- package/src/sw.d.ts +0 -1
- package/src/sw.js +0 -187
- package/src/tooling/browser-command-runner.d.ts +0 -28
- package/src/tooling/browser-command-runner.js +0 -82
- package/src/tooling/command-api-constants.d.ts +0 -9
- package/src/tooling/command-api-constants.js +0 -9
- package/src/tooling/command-api-family-normalizers.d.ts +0 -9
- package/src/tooling/command-api-family-normalizers.js +0 -343
- package/src/tooling/command-api-helpers.d.ts +0 -25
- package/src/tooling/command-api-helpers.js +0 -262
- package/src/tooling/command-api.d.ts +0 -173
- package/src/tooling/command-api.js +0 -76
- package/src/tooling/command-envelope.d.ts +0 -81
- package/src/tooling/command-envelope.js +0 -198
- package/src/tooling/command-runner-shared.d.ts +0 -73
- package/src/tooling/command-runner-shared.js +0 -180
- package/src/tooling/command-runner.html +0 -45
- package/src/tooling/conversion-config-materializer.d.ts +0 -24
- package/src/tooling/conversion-config-materializer.js +0 -97
- package/src/tooling/lean-execution-contract-runner.d.ts +0 -43
- package/src/tooling/lean-execution-contract-runner.js +0 -158
- package/src/tooling/lean-execution-contract.d.ts +0 -16
- package/src/tooling/lean-execution-contract.js +0 -228
- package/src/tooling/node-browser-command-runner.d.ts +0 -34
- package/src/tooling/node-browser-command-runner.js +0 -813
- package/src/tooling/node-command-runner.d.ts +0 -36
- package/src/tooling/node-command-runner.js +0 -168
- package/src/tooling/node-convert-worker-pool.d.ts +0 -16
- package/src/tooling/node-convert-worker-pool.js +0 -186
- package/src/tooling/node-convert-worker.d.ts +0 -1
- package/src/tooling/node-convert-worker.js +0 -60
- package/src/tooling/node-convert.d.ts +0 -54
- package/src/tooling/node-converter.d.ts +0 -1
- package/src/tooling/node-converter.js +0 -1315
- package/src/tooling/node-file-fetch.d.ts +0 -1
- package/src/tooling/node-file-fetch.js +0 -38
- package/src/tooling/node-source-runtime.d.ts +0 -19
- package/src/tooling/node-source-runtime.js +0 -586
- package/src/tooling/node-webgpu.d.ts +0 -6
- package/src/tooling/node-webgpu.js +0 -267
- package/src/tooling/opfs-cache.d.ts +0 -11
- package/src/tooling/opfs-cache.js +0 -191
- package/src/tooling/runtime-input-composition.d.ts +0 -38
- package/src/tooling/runtime-input-composition.js +0 -86
- package/src/tooling/source-runtime-bundle.d.ts +0 -137
- package/src/tooling/source-runtime-bundle.js +0 -711
- package/src/tooling/source-runtime-materializer.d.ts +0 -6
- package/src/tooling/source-runtime-materializer.js +0 -93
- package/src/tooling-exports.browser.d.ts +0 -7
- package/src/tooling-exports.browser.js +0 -2
- package/src/tooling-exports.d.ts +0 -22
- package/src/tooling-exports.js +0 -7
- package/src/tooling-exports.shared.d.ts +0 -105
- package/src/tooling-exports.shared.js +0 -92
- package/src/training/README.md +0 -153
- package/src/training/artifacts.d.ts +0 -160
- package/src/training/artifacts.js +0 -896
- package/src/training/attention-backward.d.ts +0 -30
- package/src/training/attention-backward.js +0 -232
- package/src/training/attention-forward.d.ts +0 -22
- package/src/training/attention-forward.js +0 -82
- package/src/training/autograd.d.ts +0 -51
- package/src/training/autograd.js +0 -408
- package/src/training/checkpoint-watch.d.ts +0 -8
- package/src/training/checkpoint-watch.js +0 -139
- package/src/training/checkpoint.d.ts +0 -36
- package/src/training/checkpoint.js +0 -277
- package/src/training/clip.d.ts +0 -9
- package/src/training/clip.js +0 -55
- package/src/training/dataloader.d.ts +0 -8
- package/src/training/dataloader.js +0 -44
- package/src/training/datasets/index.d.ts +0 -12
- package/src/training/datasets/index.js +0 -6
- package/src/training/datasets/jsonl.d.ts +0 -11
- package/src/training/datasets/jsonl.js +0 -50
- package/src/training/datasets/reploid.d.ts +0 -3
- package/src/training/datasets/reploid.js +0 -36
- package/src/training/datasets/text-pairs.d.ts +0 -21
- package/src/training/datasets/text-pairs.js +0 -42
- package/src/training/datasets/token-batch.d.ts +0 -21
- package/src/training/datasets/token-batch.js +0 -52
- package/src/training/datasets/translation-pairs.d.ts +0 -34
- package/src/training/datasets/translation-pairs.js +0 -49
- package/src/training/distillation/artifacts.d.ts +0 -71
- package/src/training/distillation/artifacts.js +0 -132
- package/src/training/distillation/checkpoint-watch.d.ts +0 -10
- package/src/training/distillation/checkpoint-watch.js +0 -58
- package/src/training/distillation/dataset.d.ts +0 -59
- package/src/training/distillation/dataset.js +0 -337
- package/src/training/distillation/eval.d.ts +0 -34
- package/src/training/distillation/eval.js +0 -310
- package/src/training/distillation/index.d.ts +0 -29
- package/src/training/distillation/index.js +0 -29
- package/src/training/distillation/runtime.d.ts +0 -20
- package/src/training/distillation/runtime.js +0 -121
- package/src/training/distillation/scoreboard.d.ts +0 -6
- package/src/training/distillation/scoreboard.js +0 -8
- package/src/training/distillation/stage-a.d.ts +0 -45
- package/src/training/distillation/stage-a.js +0 -338
- package/src/training/distillation/stage-b.d.ts +0 -24
- package/src/training/distillation/stage-b.js +0 -20
- package/src/training/distillation/student-fixture.d.ts +0 -22
- package/src/training/distillation/student-fixture.js +0 -846
- package/src/training/distillation/suite-data.d.ts +0 -45
- package/src/training/distillation/suite-data.js +0 -189
- package/src/training/export.d.ts +0 -32
- package/src/training/export.js +0 -112
- package/src/training/index.d.ts +0 -62
- package/src/training/index.js +0 -51
- package/src/training/lora-pipeline.d.ts +0 -40
- package/src/training/lora-pipeline.js +0 -793
- package/src/training/lora.d.ts +0 -19
- package/src/training/lora.js +0 -71
- package/src/training/loss-scaling.d.ts +0 -21
- package/src/training/loss-scaling.js +0 -80
- package/src/training/loss.d.ts +0 -10
- package/src/training/loss.js +0 -40
- package/src/training/objectives/base.d.ts +0 -58
- package/src/training/objectives/base.js +0 -38
- package/src/training/objectives/cross_entropy.d.ts +0 -18
- package/src/training/objectives/cross_entropy.js +0 -34
- package/src/training/objectives/distill_kd.d.ts +0 -16
- package/src/training/objectives/distill_kd.js +0 -365
- package/src/training/objectives/distill_triplet.d.ts +0 -16
- package/src/training/objectives/distill_triplet.js +0 -408
- package/src/training/objectives/index.d.ts +0 -12
- package/src/training/objectives/index.js +0 -6
- package/src/training/objectives/ul_stage1_joint.d.ts +0 -16
- package/src/training/objectives/ul_stage1_joint.js +0 -188
- package/src/training/objectives/ul_stage2_base.d.ts +0 -16
- package/src/training/objectives/ul_stage2_base.js +0 -218
- package/src/training/operator-artifacts.d.ts +0 -62
- package/src/training/operator-artifacts.js +0 -140
- package/src/training/operator-command.d.ts +0 -5
- package/src/training/operator-command.js +0 -455
- package/src/training/operator-eval.d.ts +0 -48
- package/src/training/operator-eval.js +0 -230
- package/src/training/operator-scoreboard.d.ts +0 -5
- package/src/training/operator-scoreboard.js +0 -44
- package/src/training/optimizer.d.ts +0 -22
- package/src/training/optimizer.js +0 -127
- package/src/training/runner.d.ts +0 -248
- package/src/training/runner.js +0 -1220
- package/src/training/suite.d.ts +0 -299
- package/src/training/suite.js +0 -2196
- package/src/training/tensor-factory.d.ts +0 -9
- package/src/training/tensor-factory.js +0 -13
- package/src/training/trainer.d.ts +0 -89
- package/src/training/trainer.js +0 -299
- package/src/training/ul_dataset.d.ts +0 -47
- package/src/training/ul_dataset.js +0 -151
- package/src/training/ul_schedule.d.ts +0 -6
- package/src/training/ul_schedule.js +0 -29
- package/src/training/workloads.d.ts +0 -164
- package/src/training/workloads.js +0 -530
- package/src/types/chrome.d.ts +0 -36
- package/src/types/chrome.js +0 -1
- package/src/types/gpu.d.ts +0 -185
- package/src/types/gpu.js +0 -5
- package/src/types/index.d.ts +0 -3
- package/src/types/index.js +0 -3
- package/src/types/inference.d.ts +0 -197
- package/src/types/inference.js +0 -5
- package/src/types/model.d.ts +0 -130
- package/src/types/model.js +0 -5
- package/src/utils/index.d.ts +0 -7
- package/src/utils/index.js +0 -7
- package/src/utils/load-json.d.ts +0 -5
- package/src/utils/load-json.js +0 -23
- package/src/utils/plain-object.d.ts +0 -1
- package/src/utils/plain-object.js +0 -3
- package/src/utils/sha256.d.ts +0 -4
- package/src/utils/sha256.js +0 -135
- package/src/version.d.ts +0 -2
- package/src/version.js +0 -2
- package/tools/convert-safetensors-node.js +0 -233
- package/tools/doppler-cli.js +0 -1452
|
@@ -1,1121 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
parseManifest,
|
|
5
|
-
getExpectedShardHash,
|
|
6
|
-
getManifestUrl,
|
|
7
|
-
} from '../formats/rdrr/index.js';
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
openModelStore,
|
|
11
|
-
createFileWriter,
|
|
12
|
-
createStreamingHasher,
|
|
13
|
-
writeShard,
|
|
14
|
-
shardExists,
|
|
15
|
-
loadShard,
|
|
16
|
-
loadFileFromStore,
|
|
17
|
-
deleteShard,
|
|
18
|
-
deleteFileFromStore,
|
|
19
|
-
saveManifest,
|
|
20
|
-
saveTokenizer,
|
|
21
|
-
saveTokenizerModel,
|
|
22
|
-
} from './shard-manager.js';
|
|
23
|
-
|
|
24
|
-
import {
|
|
25
|
-
checkSpaceAvailable,
|
|
26
|
-
QuotaExceededError,
|
|
27
|
-
requestPersistence,
|
|
28
|
-
formatBytes,
|
|
29
|
-
isIndexedDBAvailable,
|
|
30
|
-
} from './quota.js';
|
|
31
|
-
|
|
32
|
-
import { log } from '../debug/index.js';
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
DB_NAME,
|
|
36
|
-
DB_VERSION,
|
|
37
|
-
STORE_NAME,
|
|
38
|
-
getDistributionConfig,
|
|
39
|
-
getDefaultConcurrency,
|
|
40
|
-
getMaxRetries,
|
|
41
|
-
getInitialRetryDelayMs,
|
|
42
|
-
getMaxRetryDelayMs,
|
|
43
|
-
getProgressUpdateIntervalMs,
|
|
44
|
-
getRequiredContentEncoding,
|
|
45
|
-
} from './download-types.js';
|
|
46
|
-
|
|
47
|
-
import { downloadShard as downloadShardFromDistribution } from '../distribution/shard-delivery.js';
|
|
48
|
-
import { resolveSourceArtifact, normalizeSourceArtifactPath } from './source-artifact-store.js';
|
|
49
|
-
|
|
50
|
-
// ============================================================================
|
|
51
|
-
// Module State
|
|
52
|
-
// ============================================================================
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
let db = null;
|
|
56
|
-
|
|
57
|
-
const activeDownloads = new Map();
|
|
58
|
-
|
|
59
|
-
function buildManifestVersionSet(manifest) {
|
|
60
|
-
const sourceArtifact = resolveSourceArtifact(manifest);
|
|
61
|
-
if (!manifest || typeof manifest !== 'object') return 'manifest:invalid';
|
|
62
|
-
const shards = Array.isArray(manifest.shards)
|
|
63
|
-
? manifest.shards.map((shard, index) => ({
|
|
64
|
-
index,
|
|
65
|
-
filename: shard?.filename ?? null,
|
|
66
|
-
size: shard?.size ?? null,
|
|
67
|
-
hash: shard?.hash ?? null,
|
|
68
|
-
}))
|
|
69
|
-
: [];
|
|
70
|
-
const payload = {
|
|
71
|
-
modelId: manifest.modelId ?? null,
|
|
72
|
-
version: manifest.version ?? null,
|
|
73
|
-
hashAlgorithm: manifest.hashAlgorithm ?? null,
|
|
74
|
-
tensorCount: manifest.tensorCount ?? null,
|
|
75
|
-
totalSize: manifest.totalSize ?? null,
|
|
76
|
-
shards,
|
|
77
|
-
sourceRuntime: sourceArtifact?.sourceRuntime ?? null,
|
|
78
|
-
};
|
|
79
|
-
return JSON.stringify(payload);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
function createDefaultSourceStats() {
|
|
83
|
-
return {
|
|
84
|
-
cache: 0,
|
|
85
|
-
p2p: 0,
|
|
86
|
-
http: 0,
|
|
87
|
-
unknown: 0,
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
function normalizeSourceStats(value) {
|
|
92
|
-
const defaults = createDefaultSourceStats();
|
|
93
|
-
if (!value || typeof value !== 'object') {
|
|
94
|
-
return defaults;
|
|
95
|
-
}
|
|
96
|
-
return {
|
|
97
|
-
cache: Number.isFinite(value.cache) ? Math.max(0, Number(value.cache)) : defaults.cache,
|
|
98
|
-
p2p: Number.isFinite(value.p2p) ? Math.max(0, Number(value.p2p)) : defaults.p2p,
|
|
99
|
-
http: Number.isFinite(value.http) ? Math.max(0, Number(value.http)) : defaults.http,
|
|
100
|
-
unknown: Number.isFinite(value.unknown) ? Math.max(0, Number(value.unknown)) : defaults.unknown,
|
|
101
|
-
};
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
function isTokenizerJsonRequired(tokenizer) {
|
|
105
|
-
return Boolean(
|
|
106
|
-
tokenizer
|
|
107
|
-
&& (tokenizer.type === 'bundled' || tokenizer.type === 'huggingface')
|
|
108
|
-
&& typeof tokenizer.file === 'string'
|
|
109
|
-
&& tokenizer.file.length > 0
|
|
110
|
-
);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
function getTokenizerModelPath(tokenizer) {
|
|
114
|
-
if (!tokenizer || typeof tokenizer !== 'object') {
|
|
115
|
-
return null;
|
|
116
|
-
}
|
|
117
|
-
const explicit = typeof tokenizer.sentencepieceModel === 'string'
|
|
118
|
-
? tokenizer.sentencepieceModel
|
|
119
|
-
: null;
|
|
120
|
-
if (explicit && explicit.length > 0) {
|
|
121
|
-
return explicit;
|
|
122
|
-
}
|
|
123
|
-
if (tokenizer.type === 'sentencepiece') {
|
|
124
|
-
return 'tokenizer.model';
|
|
125
|
-
}
|
|
126
|
-
return null;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// ============================================================================
|
|
130
|
-
// IndexedDB Operations
|
|
131
|
-
// ============================================================================
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
async function initDB() {
|
|
135
|
-
if (db) return db;
|
|
136
|
-
|
|
137
|
-
if (!isIndexedDBAvailable()) {
|
|
138
|
-
log.warn('Downloader', 'IndexedDB unavailable, download resume will not work');
|
|
139
|
-
return null;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
return new Promise((resolve, reject) => {
|
|
143
|
-
const request = indexedDB.open(DB_NAME, DB_VERSION);
|
|
144
|
-
|
|
145
|
-
request.onerror = () => reject(new Error('Failed to open IndexedDB'));
|
|
146
|
-
|
|
147
|
-
request.onsuccess = () => {
|
|
148
|
-
db = request.result;
|
|
149
|
-
resolve(db);
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
request.onupgradeneeded = ( event) => {
|
|
153
|
-
const database = (event.target).result;
|
|
154
|
-
|
|
155
|
-
if (!database.objectStoreNames.contains(STORE_NAME)) {
|
|
156
|
-
const store = database.createObjectStore(STORE_NAME, { keyPath: 'modelId' });
|
|
157
|
-
store.createIndex('status', 'status', { unique: false });
|
|
158
|
-
}
|
|
159
|
-
};
|
|
160
|
-
});
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
async function saveDownloadState(state) {
|
|
165
|
-
const database = await initDB();
|
|
166
|
-
if (!database) return;
|
|
167
|
-
|
|
168
|
-
try {
|
|
169
|
-
await new Promise((resolve, reject) => {
|
|
170
|
-
const tx = database.transaction(STORE_NAME, 'readwrite');
|
|
171
|
-
const store = tx.objectStore(STORE_NAME);
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
const storeState = {
|
|
175
|
-
...state,
|
|
176
|
-
completedShards: Array.from(state.completedShards)
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
const request = store.put(storeState);
|
|
180
|
-
request.onsuccess = () => resolve();
|
|
181
|
-
request.onerror = () => reject(new Error('Failed to save download state'));
|
|
182
|
-
});
|
|
183
|
-
} catch (error) {
|
|
184
|
-
if (isDatabaseClosingError(error)) {
|
|
185
|
-
db = null;
|
|
186
|
-
log.warn('Downloader', 'IndexedDB unavailable, skipping download state save');
|
|
187
|
-
return;
|
|
188
|
-
}
|
|
189
|
-
log.warn('Downloader', `Failed to save download state: ${ (error).message}`);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
async function loadDownloadState(modelId) {
|
|
195
|
-
const database = await initDB();
|
|
196
|
-
if (!database) return null;
|
|
197
|
-
|
|
198
|
-
try {
|
|
199
|
-
return await new Promise((resolve, reject) => {
|
|
200
|
-
const tx = database.transaction(STORE_NAME, 'readonly');
|
|
201
|
-
const store = tx.objectStore(STORE_NAME);
|
|
202
|
-
|
|
203
|
-
const request = store.get(modelId);
|
|
204
|
-
request.onsuccess = () => {
|
|
205
|
-
const result = (request.result);
|
|
206
|
-
if (result) {
|
|
207
|
-
|
|
208
|
-
const state = {
|
|
209
|
-
...result,
|
|
210
|
-
completedShards: new Set(result.completedShards),
|
|
211
|
-
manifestVersionSet: typeof result.manifestVersionSet === 'string'
|
|
212
|
-
? result.manifestVersionSet
|
|
213
|
-
: buildManifestVersionSet(result.manifest),
|
|
214
|
-
sourceStats: normalizeSourceStats(result.sourceStats),
|
|
215
|
-
lastSource: typeof result.lastSource === 'string' ? result.lastSource : null,
|
|
216
|
-
lastSourcePath: typeof result.lastSourcePath === 'string' ? result.lastSourcePath : null,
|
|
217
|
-
};
|
|
218
|
-
resolve(state);
|
|
219
|
-
} else {
|
|
220
|
-
resolve(null);
|
|
221
|
-
}
|
|
222
|
-
};
|
|
223
|
-
request.onerror = () => reject(new Error('Failed to load download state'));
|
|
224
|
-
});
|
|
225
|
-
} catch (error) {
|
|
226
|
-
if (isDatabaseClosingError(error)) {
|
|
227
|
-
db = null;
|
|
228
|
-
log.warn('Downloader', 'IndexedDB unavailable, skipping download state load');
|
|
229
|
-
return null;
|
|
230
|
-
}
|
|
231
|
-
log.warn('Downloader', `Failed to load download state: ${ (error).message}`);
|
|
232
|
-
return null;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
async function deleteDownloadState(modelId) {
|
|
238
|
-
const database = await initDB();
|
|
239
|
-
if (!database) return;
|
|
240
|
-
|
|
241
|
-
try {
|
|
242
|
-
await new Promise((resolve, reject) => {
|
|
243
|
-
const tx = database.transaction(STORE_NAME, 'readwrite');
|
|
244
|
-
const store = tx.objectStore(STORE_NAME);
|
|
245
|
-
|
|
246
|
-
const request = store.delete(modelId);
|
|
247
|
-
request.onsuccess = () => resolve();
|
|
248
|
-
request.onerror = () => reject(new Error('Failed to delete download state'));
|
|
249
|
-
});
|
|
250
|
-
} catch (error) {
|
|
251
|
-
if (isDatabaseClosingError(error)) {
|
|
252
|
-
db = null;
|
|
253
|
-
log.warn('Downloader', 'IndexedDB unavailable, skipping download state delete');
|
|
254
|
-
return;
|
|
255
|
-
}
|
|
256
|
-
log.warn('Downloader', `Failed to delete download state: ${ (error).message}`);
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
function isDatabaseClosingError(error) {
|
|
261
|
-
const message = (error)?.message ?? '';
|
|
262
|
-
return message.includes('database connection is closing')
|
|
263
|
-
|| (error)?.name === 'InvalidStateError';
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
function createAbortError(message = 'Download aborted') {
|
|
267
|
-
const error = new Error(message);
|
|
268
|
-
error.name = 'AbortError';
|
|
269
|
-
return error;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
// ============================================================================
|
|
273
|
-
// Fetch Operations
|
|
274
|
-
// ============================================================================
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
async function fetchWithRetry(url, options = {}) {
|
|
278
|
-
|
|
279
|
-
let lastError;
|
|
280
|
-
const maxRetries = getMaxRetries();
|
|
281
|
-
let delay = getInitialRetryDelayMs();
|
|
282
|
-
|
|
283
|
-
for (let attempt = 0; attempt <= maxRetries; attempt++) {
|
|
284
|
-
try {
|
|
285
|
-
const response = await fetch(url, {
|
|
286
|
-
...options,
|
|
287
|
-
signal: options.signal
|
|
288
|
-
});
|
|
289
|
-
|
|
290
|
-
if (!response.ok) {
|
|
291
|
-
throw new Error(`HTTP ${response.status}: ${response.statusText}`);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
return response;
|
|
295
|
-
} catch (error) {
|
|
296
|
-
lastError = (error);
|
|
297
|
-
|
|
298
|
-
// Don't retry if aborted
|
|
299
|
-
if ( (error).name === 'AbortError') {
|
|
300
|
-
throw error;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// Don't retry on 4xx errors (except 429)
|
|
304
|
-
if ( (error).message.includes('HTTP 4') && ! (error).message.includes('HTTP 429')) {
|
|
305
|
-
throw error;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
if (attempt < maxRetries) {
|
|
309
|
-
await new Promise(r => setTimeout(r, delay));
|
|
310
|
-
delay = Math.min(delay * 2, getMaxRetryDelayMs());
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
throw (lastError);
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
function joinArtifactUrl(baseUrl, relativePath) {
|
|
319
|
-
const root = String(baseUrl || '').trim();
|
|
320
|
-
const rel = normalizeSourceArtifactPath(relativePath);
|
|
321
|
-
if (!root || !rel) {
|
|
322
|
-
throw new Error('joinArtifactUrl requires baseUrl and relativePath.');
|
|
323
|
-
}
|
|
324
|
-
return new URL(rel, root.endsWith('/') ? root : `${root}/`).href;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
async function fileExistsInStore(path) {
|
|
328
|
-
try {
|
|
329
|
-
await loadFileFromStore(path);
|
|
330
|
-
return true;
|
|
331
|
-
} catch (error) {
|
|
332
|
-
const message = String(error?.message || '');
|
|
333
|
-
return error?.name === 'NotFoundError' || message.toLowerCase().includes('not found')
|
|
334
|
-
? false
|
|
335
|
-
: Promise.reject(error);
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
async function computeAssetHash(payload, algorithm = 'sha256') {
|
|
340
|
-
const bytes = payload instanceof Uint8Array ? payload : new Uint8Array(payload);
|
|
341
|
-
const hasher = await createStreamingHasher(String(algorithm || 'sha256').trim().toLowerCase());
|
|
342
|
-
hasher.update(bytes);
|
|
343
|
-
const digest = await hasher.finalize();
|
|
344
|
-
return Array.from(digest)
|
|
345
|
-
.map((byte) => byte.toString(16).padStart(2, '0'))
|
|
346
|
-
.join('');
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
async function downloadSourceAsset(url, asset, options = {}) {
|
|
350
|
-
const response = await fetchWithRetry(url, { signal: options.signal });
|
|
351
|
-
const expectedSize = Number.isFinite(asset?.size) ? Math.max(0, Math.floor(Number(asset.size))) : null;
|
|
352
|
-
const expectedHash = typeof asset?.hash === 'string' && asset.hash.trim() ? asset.hash.trim().toLowerCase() : null;
|
|
353
|
-
const hashAlgorithm = typeof asset?.hashAlgorithm === 'string' && asset.hashAlgorithm.trim()
|
|
354
|
-
? asset.hashAlgorithm.trim().toLowerCase()
|
|
355
|
-
: 'sha256';
|
|
356
|
-
const writer = await createFileWriter(asset.path);
|
|
357
|
-
const hasher = expectedHash ? await createStreamingHasher(hashAlgorithm) : null;
|
|
358
|
-
let receivedBytes = 0;
|
|
359
|
-
try {
|
|
360
|
-
if (response.body && typeof response.body.getReader === 'function') {
|
|
361
|
-
const reader = response.body.getReader();
|
|
362
|
-
while (true) {
|
|
363
|
-
const { done, value } = await reader.read();
|
|
364
|
-
if (done) {
|
|
365
|
-
break;
|
|
366
|
-
}
|
|
367
|
-
if (!(value instanceof Uint8Array) || value.byteLength <= 0) {
|
|
368
|
-
continue;
|
|
369
|
-
}
|
|
370
|
-
await writer.write(value);
|
|
371
|
-
hasher?.update(value);
|
|
372
|
-
receivedBytes += value.byteLength;
|
|
373
|
-
options.onProgress?.(receivedBytes);
|
|
374
|
-
}
|
|
375
|
-
} else {
|
|
376
|
-
const bytes = new Uint8Array(await response.arrayBuffer());
|
|
377
|
-
await writer.write(bytes);
|
|
378
|
-
hasher?.update(bytes);
|
|
379
|
-
receivedBytes += bytes.byteLength;
|
|
380
|
-
options.onProgress?.(receivedBytes);
|
|
381
|
-
}
|
|
382
|
-
await writer.close();
|
|
383
|
-
|
|
384
|
-
if (expectedSize != null && receivedBytes !== expectedSize) {
|
|
385
|
-
throw new Error(
|
|
386
|
-
`Asset size mismatch for ${asset.path}: expected ${expectedSize}, got ${receivedBytes}`
|
|
387
|
-
);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
if (hasher && expectedHash) {
|
|
391
|
-
const computedHashBytes = await hasher.finalize();
|
|
392
|
-
const computedHash = Array.from(computedHashBytes)
|
|
393
|
-
.map((byte) => byte.toString(16).padStart(2, '0'))
|
|
394
|
-
.join('');
|
|
395
|
-
if (computedHash !== expectedHash) {
|
|
396
|
-
throw new Error(
|
|
397
|
-
`Asset hash mismatch for ${asset.path}: expected ${expectedHash}, got ${computedHash}`
|
|
398
|
-
);
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
return {
|
|
403
|
-
source: 'http',
|
|
404
|
-
path: asset.path,
|
|
405
|
-
bytes: receivedBytes,
|
|
406
|
-
};
|
|
407
|
-
} catch (error) {
|
|
408
|
-
try {
|
|
409
|
-
await writer.abort();
|
|
410
|
-
} catch {}
|
|
411
|
-
try {
|
|
412
|
-
await deleteFileFromStore(asset.path);
|
|
413
|
-
} catch {}
|
|
414
|
-
throw error;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
async function downloadShard(
|
|
420
|
-
baseUrl,
|
|
421
|
-
shardIndex,
|
|
422
|
-
shardInfo,
|
|
423
|
-
options = {}
|
|
424
|
-
) {
|
|
425
|
-
return downloadShardFromDistribution(baseUrl, shardIndex, shardInfo, {
|
|
426
|
-
...options,
|
|
427
|
-
distributionConfig: getDistributionConfig(),
|
|
428
|
-
});
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
export async function persistDownloadedShardIfNeeded(
|
|
432
|
-
result,
|
|
433
|
-
shardIndex,
|
|
434
|
-
options = {}
|
|
435
|
-
) {
|
|
436
|
-
const writeShardFn = typeof options.writeShardFn === 'function'
|
|
437
|
-
? options.writeShardFn
|
|
438
|
-
: writeShard;
|
|
439
|
-
|
|
440
|
-
if (!result || typeof result !== 'object') {
|
|
441
|
-
throw new Error(`Shard ${shardIndex}: download result is missing`);
|
|
442
|
-
}
|
|
443
|
-
if (result.wrote === true) {
|
|
444
|
-
return false;
|
|
445
|
-
}
|
|
446
|
-
if (result.source === 'cache') {
|
|
447
|
-
return false;
|
|
448
|
-
}
|
|
449
|
-
if (!(result.buffer instanceof ArrayBuffer)) {
|
|
450
|
-
throw new Error(`Shard ${shardIndex}: source "${result.source}" returned non-persisted data without buffer`);
|
|
451
|
-
}
|
|
452
|
-
await writeShardFn(shardIndex, result.buffer, { verify: false });
|
|
453
|
-
return true;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
// ============================================================================
|
|
457
|
-
// Public API
|
|
458
|
-
// ============================================================================
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
export async function downloadModel(
|
|
462
|
-
baseUrl,
|
|
463
|
-
onProgress,
|
|
464
|
-
options = {}
|
|
465
|
-
) {
|
|
466
|
-
const {
|
|
467
|
-
concurrency = getDefaultConcurrency(),
|
|
468
|
-
requestPersist = true,
|
|
469
|
-
modelId: overrideModelId = undefined,
|
|
470
|
-
signal: externalSignal = null,
|
|
471
|
-
} = options;
|
|
472
|
-
|
|
473
|
-
if (externalSignal?.aborted) {
|
|
474
|
-
throw createAbortError();
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// Request persistent storage if needed
|
|
478
|
-
if (requestPersist) {
|
|
479
|
-
await requestPersistence();
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
// Fetch and parse manifest
|
|
483
|
-
const manifestUrl = getManifestUrl(baseUrl);
|
|
484
|
-
const manifestResponse = await fetchWithRetry(manifestUrl);
|
|
485
|
-
const manifestJson = await manifestResponse.text();
|
|
486
|
-
const manifest = parseManifest(manifestJson);
|
|
487
|
-
const directSourceArtifact = resolveSourceArtifact(manifest);
|
|
488
|
-
const trackedShards = directSourceArtifact ? directSourceArtifact.sourceFiles : manifest.shards;
|
|
489
|
-
const trackedTotalBytes = directSourceArtifact
|
|
490
|
-
? directSourceArtifact.totalBytes
|
|
491
|
-
: manifest.totalSize;
|
|
492
|
-
|
|
493
|
-
// Use override modelId for storage, or fall back to manifest's modelId
|
|
494
|
-
const storageModelId = overrideModelId || manifest.modelId;
|
|
495
|
-
|
|
496
|
-
// Check available space
|
|
497
|
-
const spaceCheck = await checkSpaceAvailable(trackedTotalBytes);
|
|
498
|
-
if (!spaceCheck.hasSpace) {
|
|
499
|
-
throw new QuotaExceededError(trackedTotalBytes, spaceCheck.info.available);
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
// Open model directory
|
|
503
|
-
await openModelStore(storageModelId);
|
|
504
|
-
|
|
505
|
-
// Check for existing download state
|
|
506
|
-
const manifestVersionSet = buildManifestVersionSet(manifest);
|
|
507
|
-
let state = await loadDownloadState(storageModelId);
|
|
508
|
-
if (!state) {
|
|
509
|
-
state = {
|
|
510
|
-
modelId: storageModelId,
|
|
511
|
-
baseUrl,
|
|
512
|
-
manifest,
|
|
513
|
-
manifestVersionSet,
|
|
514
|
-
completedShards: new Set(),
|
|
515
|
-
startTime: Date.now(),
|
|
516
|
-
status: 'downloading',
|
|
517
|
-
sourceStats: createDefaultSourceStats(),
|
|
518
|
-
lastSource: null,
|
|
519
|
-
lastSourcePath: null,
|
|
520
|
-
};
|
|
521
|
-
} else {
|
|
522
|
-
state.status = 'downloading';
|
|
523
|
-
const savedVersionSet = typeof state.manifestVersionSet === 'string'
|
|
524
|
-
? state.manifestVersionSet
|
|
525
|
-
: buildManifestVersionSet(state.manifest);
|
|
526
|
-
if (savedVersionSet !== manifestVersionSet) {
|
|
527
|
-
log.warn('Downloader', `Manifest version-set changed for ${storageModelId}, resetting cached shards`);
|
|
528
|
-
for (const idx of state.completedShards) {
|
|
529
|
-
if (directSourceArtifact) {
|
|
530
|
-
const sourceEntry = directSourceArtifact.sourceFiles[idx];
|
|
531
|
-
if (sourceEntry) {
|
|
532
|
-
await deleteFileFromStore(sourceEntry.path);
|
|
533
|
-
}
|
|
534
|
-
} else {
|
|
535
|
-
await deleteShard(idx);
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
state.completedShards.clear();
|
|
539
|
-
}
|
|
540
|
-
state.manifest = manifest;
|
|
541
|
-
state.manifestVersionSet = manifestVersionSet;
|
|
542
|
-
state.baseUrl = baseUrl;
|
|
543
|
-
state.sourceStats = normalizeSourceStats(state.sourceStats);
|
|
544
|
-
state.lastSource = typeof state.lastSource === 'string' ? state.lastSource : null;
|
|
545
|
-
state.lastSourcePath = typeof state.lastSourcePath === 'string' ? state.lastSourcePath : null;
|
|
546
|
-
// Check which shards actually exist (in case OPFS was cleared)
|
|
547
|
-
for (const idx of state.completedShards) {
|
|
548
|
-
if (directSourceArtifact) {
|
|
549
|
-
const sourceEntry = directSourceArtifact.sourceFiles[idx];
|
|
550
|
-
if (!sourceEntry || !(await fileExistsInStore(sourceEntry.path))) {
|
|
551
|
-
state.completedShards.delete(idx);
|
|
552
|
-
}
|
|
553
|
-
continue;
|
|
554
|
-
}
|
|
555
|
-
if (!(await shardExists(idx))) {
|
|
556
|
-
state.completedShards.delete(idx);
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
// Verify hashes for completed shards; drop and re-download corrupt shards
|
|
560
|
-
for (const idx of Array.from(state.completedShards)) {
|
|
561
|
-
try {
|
|
562
|
-
if (directSourceArtifact) {
|
|
563
|
-
const sourceEntry = directSourceArtifact.sourceFiles[idx];
|
|
564
|
-
if (!sourceEntry?.hash) {
|
|
565
|
-
continue;
|
|
566
|
-
}
|
|
567
|
-
const payload = await loadFileFromStore(sourceEntry.path);
|
|
568
|
-
const computedHash = await computeAssetHash(payload, sourceEntry.hashAlgorithm);
|
|
569
|
-
if (computedHash !== sourceEntry.hash) {
|
|
570
|
-
throw new Error(
|
|
571
|
-
`Hash mismatch for source asset ${sourceEntry.path}: expected ${sourceEntry.hash}, got ${computedHash}`
|
|
572
|
-
);
|
|
573
|
-
}
|
|
574
|
-
} else {
|
|
575
|
-
await loadShard(idx, { verify: true });
|
|
576
|
-
}
|
|
577
|
-
} catch (err) {
|
|
578
|
-
log.warn('Downloader', `Shard ${idx} failed verification, re-downloading`);
|
|
579
|
-
state.completedShards.delete(idx);
|
|
580
|
-
if (directSourceArtifact) {
|
|
581
|
-
const sourceEntry = directSourceArtifact.sourceFiles[idx];
|
|
582
|
-
if (sourceEntry) {
|
|
583
|
-
await deleteFileFromStore(sourceEntry.path);
|
|
584
|
-
}
|
|
585
|
-
} else {
|
|
586
|
-
await deleteShard(idx);
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
// Create abort controller
|
|
593
|
-
const abortController = new AbortController();
|
|
594
|
-
const abortFromExternalSignal = () => {
|
|
595
|
-
abortController.abort();
|
|
596
|
-
};
|
|
597
|
-
if (externalSignal && typeof externalSignal.addEventListener === 'function') {
|
|
598
|
-
externalSignal.addEventListener('abort', abortFromExternalSignal, { once: true });
|
|
599
|
-
}
|
|
600
|
-
activeDownloads.set(storageModelId, {
|
|
601
|
-
state,
|
|
602
|
-
abortController
|
|
603
|
-
});
|
|
604
|
-
|
|
605
|
-
const totalShards = trackedShards.length;
|
|
606
|
-
const requiredEncoding = getRequiredContentEncoding();
|
|
607
|
-
|
|
608
|
-
const pendingShards = [];
|
|
609
|
-
|
|
610
|
-
// Find shards that need downloading
|
|
611
|
-
for (let i = 0; i < totalShards; i++) {
|
|
612
|
-
if (!state.completedShards.has(i)) {
|
|
613
|
-
pendingShards.push(i);
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
// Progress tracking
|
|
618
|
-
let downloadedBytes = 0;
|
|
619
|
-
for (const idx of state.completedShards) {
|
|
620
|
-
const info = trackedShards[idx];
|
|
621
|
-
if (info) downloadedBytes += info.size;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
const speedTracker = {
|
|
626
|
-
lastBytes: downloadedBytes,
|
|
627
|
-
lastTime: Date.now(),
|
|
628
|
-
speed: 0
|
|
629
|
-
};
|
|
630
|
-
|
|
631
|
-
const shardProgress = new Map();
|
|
632
|
-
let lastProgressUpdate = 0; // Throttle progress callbacks
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
const updateProgress = (currentShard, force = false) => {
|
|
636
|
-
const now = Date.now();
|
|
637
|
-
|
|
638
|
-
// Throttle progress updates (unless forced for completion events)
|
|
639
|
-
if (!force && now - lastProgressUpdate < getProgressUpdateIntervalMs()) {
|
|
640
|
-
return;
|
|
641
|
-
}
|
|
642
|
-
lastProgressUpdate = now;
|
|
643
|
-
|
|
644
|
-
const timeDelta = (now - speedTracker.lastTime) / 1000;
|
|
645
|
-
if (timeDelta >= 1) {
|
|
646
|
-
speedTracker.speed = (downloadedBytes - speedTracker.lastBytes) / timeDelta;
|
|
647
|
-
speedTracker.lastBytes = downloadedBytes;
|
|
648
|
-
speedTracker.lastTime = now;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
if (onProgress) {
|
|
652
|
-
onProgress({
|
|
653
|
-
modelId: storageModelId,
|
|
654
|
-
manifest,
|
|
655
|
-
totalShards,
|
|
656
|
-
completedShards: (state).completedShards.size,
|
|
657
|
-
totalBytes: trackedTotalBytes,
|
|
658
|
-
downloadedBytes,
|
|
659
|
-
percent: trackedTotalBytes > 0 ? (downloadedBytes / trackedTotalBytes) * 100 : 0,
|
|
660
|
-
status: (state).status,
|
|
661
|
-
currentShard,
|
|
662
|
-
speed: speedTracker.speed,
|
|
663
|
-
lastSource: state.lastSource ?? null,
|
|
664
|
-
lastSourcePath: state.lastSourcePath ?? null,
|
|
665
|
-
sourceStats: normalizeSourceStats(state.sourceStats),
|
|
666
|
-
});
|
|
667
|
-
}
|
|
668
|
-
};
|
|
669
|
-
|
|
670
|
-
// Download shards with concurrency control
|
|
671
|
-
const downloadQueue = [...pendingShards];
|
|
672
|
-
|
|
673
|
-
const inFlight = new Set();
|
|
674
|
-
|
|
675
|
-
const downloadNext = async () => {
|
|
676
|
-
if (downloadQueue.length === 0 || abortController.signal.aborted) {
|
|
677
|
-
return;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
const shardIndex = (downloadQueue.shift());
|
|
681
|
-
inFlight.add(shardIndex);
|
|
682
|
-
updateProgress(shardIndex);
|
|
683
|
-
|
|
684
|
-
try {
|
|
685
|
-
if (directSourceArtifact) {
|
|
686
|
-
const sourceAsset = directSourceArtifact.sourceFiles[shardIndex];
|
|
687
|
-
if (!sourceAsset) {
|
|
688
|
-
throw new Error(`Invalid source asset index: ${shardIndex}`);
|
|
689
|
-
}
|
|
690
|
-
const result = await downloadSourceAsset(
|
|
691
|
-
joinArtifactUrl(baseUrl, sourceAsset.path),
|
|
692
|
-
sourceAsset,
|
|
693
|
-
{
|
|
694
|
-
signal: abortController.signal,
|
|
695
|
-
onProgress: (receivedBytes) => {
|
|
696
|
-
const prev = shardProgress.get(shardIndex) || 0;
|
|
697
|
-
const delta = Math.max(0, receivedBytes - prev);
|
|
698
|
-
shardProgress.set(shardIndex, receivedBytes);
|
|
699
|
-
downloadedBytes += delta;
|
|
700
|
-
updateProgress(shardIndex);
|
|
701
|
-
},
|
|
702
|
-
}
|
|
703
|
-
);
|
|
704
|
-
|
|
705
|
-
const source = typeof result.source === 'string' ? result.source : 'unknown';
|
|
706
|
-
const sourceStats = normalizeSourceStats(state.sourceStats);
|
|
707
|
-
if (source in sourceStats) {
|
|
708
|
-
sourceStats[source] += 1;
|
|
709
|
-
} else {
|
|
710
|
-
sourceStats.unknown += 1;
|
|
711
|
-
}
|
|
712
|
-
state.sourceStats = sourceStats;
|
|
713
|
-
state.lastSource = source;
|
|
714
|
-
state.lastSourcePath = typeof result.path === 'string' ? result.path : null;
|
|
715
|
-
|
|
716
|
-
const observedBytes = shardProgress.get(shardIndex) || 0;
|
|
717
|
-
const shardBytes = sourceAsset.size ?? result.bytes ?? observedBytes;
|
|
718
|
-
if (shardBytes > observedBytes) {
|
|
719
|
-
downloadedBytes += shardBytes - observedBytes;
|
|
720
|
-
}
|
|
721
|
-
} else {
|
|
722
|
-
const shardInfo = manifest.shards[shardIndex];
|
|
723
|
-
if (!shardInfo) {
|
|
724
|
-
throw new Error(`Invalid shard index: ${shardIndex}`);
|
|
725
|
-
}
|
|
726
|
-
const algorithm = manifest.hashAlgorithm;
|
|
727
|
-
if (!algorithm) {
|
|
728
|
-
throw new Error('Manifest missing hashAlgorithm for download verification.');
|
|
729
|
-
}
|
|
730
|
-
const expectedHash = getExpectedShardHash(shardInfo, algorithm);
|
|
731
|
-
if (!expectedHash) {
|
|
732
|
-
throw new Error(`Shard ${shardIndex} is missing hash in manifest`);
|
|
733
|
-
}
|
|
734
|
-
const expectedSize = Number.isFinite(shardInfo.size) ? Math.floor(shardInfo.size) : null;
|
|
735
|
-
const result = await downloadShard(baseUrl, shardIndex, shardInfo, {
|
|
736
|
-
signal: abortController.signal,
|
|
737
|
-
algorithm,
|
|
738
|
-
requiredEncoding,
|
|
739
|
-
expectedHash,
|
|
740
|
-
expectedSize,
|
|
741
|
-
expectedManifestVersionSet: manifestVersionSet,
|
|
742
|
-
writeToStore: true,
|
|
743
|
-
onProgress: ( p) => {
|
|
744
|
-
const prev = shardProgress.get(shardIndex) || 0;
|
|
745
|
-
const delta = Math.max(0, p.receivedBytes - prev);
|
|
746
|
-
shardProgress.set(shardIndex, p.receivedBytes);
|
|
747
|
-
downloadedBytes += delta;
|
|
748
|
-
updateProgress(shardIndex);
|
|
749
|
-
}
|
|
750
|
-
});
|
|
751
|
-
|
|
752
|
-
if (result.hash !== expectedHash) {
|
|
753
|
-
await deleteShard(shardIndex);
|
|
754
|
-
throw new Error(`Hash mismatch for shard ${shardIndex}: expected ${expectedHash}, got ${result.hash}`);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
await persistDownloadedShardIfNeeded(result, shardIndex);
|
|
758
|
-
|
|
759
|
-
const source = typeof result.source === 'string' ? result.source : 'unknown';
|
|
760
|
-
const sourceStats = normalizeSourceStats(state.sourceStats);
|
|
761
|
-
if (source in sourceStats) {
|
|
762
|
-
sourceStats[source] += 1;
|
|
763
|
-
} else {
|
|
764
|
-
sourceStats.unknown += 1;
|
|
765
|
-
}
|
|
766
|
-
state.sourceStats = sourceStats;
|
|
767
|
-
state.lastSource = source;
|
|
768
|
-
state.lastSourcePath = typeof result.path === 'string' ? result.path : null;
|
|
769
|
-
|
|
770
|
-
const observedBytes = shardProgress.get(shardIndex) || 0;
|
|
771
|
-
const shardBytes = shardInfo.size ?? result.bytes ?? observedBytes;
|
|
772
|
-
if (shardBytes > observedBytes) {
|
|
773
|
-
downloadedBytes += shardBytes - observedBytes;
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
// Update state
|
|
778
|
-
(state).completedShards.add(shardIndex);
|
|
779
|
-
shardProgress.delete(shardIndex);
|
|
780
|
-
|
|
781
|
-
// Save progress
|
|
782
|
-
await saveDownloadState( (state));
|
|
783
|
-
updateProgress(null, true); // Force update on shard completion
|
|
784
|
-
|
|
785
|
-
} catch (error) {
|
|
786
|
-
if ( (error).name === 'AbortError') {
|
|
787
|
-
(state).status = 'paused';
|
|
788
|
-
await saveDownloadState( (state));
|
|
789
|
-
throw error;
|
|
790
|
-
}
|
|
791
|
-
// Re-add to queue for retry (will be handled by next attempt)
|
|
792
|
-
throw error;
|
|
793
|
-
} finally {
|
|
794
|
-
inFlight.delete(shardIndex);
|
|
795
|
-
}
|
|
796
|
-
};
|
|
797
|
-
|
|
798
|
-
// Track errors from concurrent downloads
|
|
799
|
-
|
|
800
|
-
const downloadErrors = [];
|
|
801
|
-
|
|
802
|
-
try {
|
|
803
|
-
// Process queue with concurrency limit
|
|
804
|
-
|
|
805
|
-
const downloadPromises = new Set();
|
|
806
|
-
|
|
807
|
-
while (downloadQueue.length > 0 || inFlight.size > 0) {
|
|
808
|
-
if (abortController.signal.aborted) break;
|
|
809
|
-
|
|
810
|
-
// Start new downloads up to concurrency limit
|
|
811
|
-
while (inFlight.size < concurrency && downloadQueue.length > 0) {
|
|
812
|
-
const promise = downloadNext().catch(( error) => {
|
|
813
|
-
// Collect errors instead of swallowing them
|
|
814
|
-
if (error.name !== 'AbortError') {
|
|
815
|
-
downloadErrors.push(error);
|
|
816
|
-
log.error('Downloader', `Shard download failed: ${error.message}`);
|
|
817
|
-
}
|
|
818
|
-
});
|
|
819
|
-
downloadPromises.add(promise);
|
|
820
|
-
promise.finally(() => downloadPromises.delete(promise));
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
// Wait a bit before checking again
|
|
824
|
-
await new Promise(r => setTimeout(r, 100));
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
// Wait for any remaining downloads to complete
|
|
828
|
-
await Promise.all([...downloadPromises]);
|
|
829
|
-
|
|
830
|
-
if (abortController.signal.aborted) {
|
|
831
|
-
throw createAbortError();
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
// Verify all shards completed
|
|
835
|
-
if (state.completedShards.size === totalShards) {
|
|
836
|
-
state.status = 'completed';
|
|
837
|
-
|
|
838
|
-
// Save manifest to OPFS
|
|
839
|
-
await saveManifest(manifestJson);
|
|
840
|
-
|
|
841
|
-
if (directSourceArtifact) {
|
|
842
|
-
for (const asset of directSourceArtifact.auxiliaryFiles) {
|
|
843
|
-
const alreadyPresent = await fileExistsInStore(asset.path);
|
|
844
|
-
if (alreadyPresent) {
|
|
845
|
-
continue;
|
|
846
|
-
}
|
|
847
|
-
await downloadSourceAsset(joinArtifactUrl(baseUrl, asset.path), asset, {
|
|
848
|
-
signal: abortController.signal,
|
|
849
|
-
onProgress: (receivedBytes) => {
|
|
850
|
-
const previous = shardProgress.get(asset.path) || 0;
|
|
851
|
-
const delta = Math.max(0, receivedBytes - previous);
|
|
852
|
-
shardProgress.set(asset.path, receivedBytes);
|
|
853
|
-
downloadedBytes += delta;
|
|
854
|
-
updateProgress(null);
|
|
855
|
-
},
|
|
856
|
-
});
|
|
857
|
-
const observedBytes = shardProgress.get(asset.path) || 0;
|
|
858
|
-
shardProgress.delete(asset.path);
|
|
859
|
-
const assetBytes = asset.size ?? observedBytes;
|
|
860
|
-
if (assetBytes > observedBytes) {
|
|
861
|
-
downloadedBytes += assetBytes - observedBytes;
|
|
862
|
-
}
|
|
863
|
-
updateProgress(null, true);
|
|
864
|
-
}
|
|
865
|
-
} else {
|
|
866
|
-
// Download tokenizer assets if specified
|
|
867
|
-
const tokenizer = (manifest.tokenizer);
|
|
868
|
-
if (isTokenizerJsonRequired(tokenizer)) {
|
|
869
|
-
const tokenizerUrl = `${baseUrl}/${ (tokenizer).file}`;
|
|
870
|
-
log.verbose('Downloader', `Fetching bundled tokenizer from ${tokenizerUrl}`);
|
|
871
|
-
const tokenizerResponse = await fetchWithRetry(tokenizerUrl);
|
|
872
|
-
const tokenizerJson = await tokenizerResponse.text();
|
|
873
|
-
await saveTokenizer(tokenizerJson);
|
|
874
|
-
log.verbose('Downloader', 'Saved bundled tokenizer.json');
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
const sentencepieceModel = getTokenizerModelPath(tokenizer);
|
|
878
|
-
if (sentencepieceModel) {
|
|
879
|
-
const modelUrl = `${baseUrl}/${sentencepieceModel}`;
|
|
880
|
-
log.verbose('Downloader', `Fetching sentencepiece model from ${modelUrl}`);
|
|
881
|
-
const modelResponse = await fetchWithRetry(modelUrl);
|
|
882
|
-
const modelBuffer = await modelResponse.arrayBuffer();
|
|
883
|
-
await saveTokenizerModel(modelBuffer);
|
|
884
|
-
log.verbose('Downloader', 'Saved tokenizer.model');
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
// Clean up download state
|
|
889
|
-
await deleteDownloadState(storageModelId);
|
|
890
|
-
|
|
891
|
-
updateProgress(null, true); // Force final update
|
|
892
|
-
return true;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
// If we have errors and not all shards completed, report them
|
|
896
|
-
if (downloadErrors.length > 0) {
|
|
897
|
-
const errorMessages = downloadErrors.map(e => e.message).join('; ');
|
|
898
|
-
throw new Error(`Download incomplete: ${downloadErrors.length} shard(s) failed. Errors: ${errorMessages}`);
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
return false;
|
|
902
|
-
|
|
903
|
-
} catch (error) {
|
|
904
|
-
state.status = 'error';
|
|
905
|
-
state.error = (error).message;
|
|
906
|
-
await saveDownloadState(state);
|
|
907
|
-
throw error;
|
|
908
|
-
|
|
909
|
-
} finally {
|
|
910
|
-
if (externalSignal && typeof externalSignal.removeEventListener === 'function') {
|
|
911
|
-
externalSignal.removeEventListener('abort', abortFromExternalSignal);
|
|
912
|
-
}
|
|
913
|
-
activeDownloads.delete(storageModelId);
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export function pauseDownload(modelId) {
|
|
919
|
-
const download = activeDownloads.get(modelId);
|
|
920
|
-
if (!download) return false;
|
|
921
|
-
|
|
922
|
-
download.abortController.abort();
|
|
923
|
-
return true;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
export async function resumeDownload(
|
|
928
|
-
modelId,
|
|
929
|
-
onProgress,
|
|
930
|
-
options = {}
|
|
931
|
-
) {
|
|
932
|
-
const state = await loadDownloadState(modelId);
|
|
933
|
-
if (!state) {
|
|
934
|
-
throw new Error(`No download state found for model: ${modelId}`);
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
return downloadModel(state.baseUrl, onProgress, {
|
|
938
|
-
...options,
|
|
939
|
-
modelId: options.modelId ?? state.modelId,
|
|
940
|
-
});
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export async function getDownloadProgress(modelId) {
|
|
945
|
-
// Check active downloads first
|
|
946
|
-
const active = activeDownloads.get(modelId);
|
|
947
|
-
if (active) {
|
|
948
|
-
const state = active.state;
|
|
949
|
-
const manifest = state.manifest;
|
|
950
|
-
const directSourceArtifact = resolveSourceArtifact(manifest);
|
|
951
|
-
const trackedShards = directSourceArtifact ? directSourceArtifact.sourceFiles : (manifest?.shards || []);
|
|
952
|
-
const totalShards = trackedShards.length;
|
|
953
|
-
|
|
954
|
-
let downloadedBytes = 0;
|
|
955
|
-
for (const idx of state.completedShards) {
|
|
956
|
-
const info = trackedShards[idx];
|
|
957
|
-
if (info) downloadedBytes += info.size;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
return {
|
|
961
|
-
modelId,
|
|
962
|
-
totalShards,
|
|
963
|
-
completedShards: state.completedShards.size,
|
|
964
|
-
totalBytes: directSourceArtifact ? directSourceArtifact.totalBytes : (manifest?.totalSize || 0),
|
|
965
|
-
downloadedBytes,
|
|
966
|
-
percent: manifest
|
|
967
|
-
? (
|
|
968
|
-
downloadedBytes
|
|
969
|
-
/ (directSourceArtifact ? directSourceArtifact.totalBytes : manifest.totalSize || 1)
|
|
970
|
-
) * 100
|
|
971
|
-
: 0,
|
|
972
|
-
status: state.status,
|
|
973
|
-
currentShard: null,
|
|
974
|
-
speed: 0,
|
|
975
|
-
lastSource: state.lastSource ?? null,
|
|
976
|
-
lastSourcePath: state.lastSourcePath ?? null,
|
|
977
|
-
sourceStats: normalizeSourceStats(state.sourceStats),
|
|
978
|
-
};
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
// Check saved state
|
|
982
|
-
const state = await loadDownloadState(modelId);
|
|
983
|
-
if (!state) return null;
|
|
984
|
-
const directSourceArtifact = resolveSourceArtifact(state.manifest);
|
|
985
|
-
const trackedShards = directSourceArtifact ? directSourceArtifact.sourceFiles : state.manifest.shards;
|
|
986
|
-
|
|
987
|
-
let downloadedBytes = 0;
|
|
988
|
-
for (const idx of state.completedShards) {
|
|
989
|
-
const shard = trackedShards[idx];
|
|
990
|
-
if (shard) downloadedBytes += shard.size;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
return {
|
|
994
|
-
modelId,
|
|
995
|
-
totalShards: trackedShards.length,
|
|
996
|
-
completedShards: state.completedShards.size,
|
|
997
|
-
totalBytes: directSourceArtifact ? directSourceArtifact.totalBytes : state.manifest.totalSize,
|
|
998
|
-
downloadedBytes,
|
|
999
|
-
percent: (
|
|
1000
|
-
downloadedBytes
|
|
1001
|
-
/ (directSourceArtifact ? directSourceArtifact.totalBytes : state.manifest.totalSize || 1)
|
|
1002
|
-
) * 100,
|
|
1003
|
-
status: state.status,
|
|
1004
|
-
currentShard: null,
|
|
1005
|
-
speed: 0,
|
|
1006
|
-
lastSource: state.lastSource ?? null,
|
|
1007
|
-
lastSourcePath: state.lastSourcePath ?? null,
|
|
1008
|
-
sourceStats: normalizeSourceStats(state.sourceStats),
|
|
1009
|
-
};
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export async function listDownloads() {
|
|
1014
|
-
const database = await initDB();
|
|
1015
|
-
if (!database) return [];
|
|
1016
|
-
|
|
1017
|
-
return new Promise((resolve, reject) => {
|
|
1018
|
-
const tx = database.transaction(STORE_NAME, 'readonly');
|
|
1019
|
-
const store = tx.objectStore(STORE_NAME);
|
|
1020
|
-
|
|
1021
|
-
const request = store.getAll();
|
|
1022
|
-
request.onsuccess = async () => {
|
|
1023
|
-
|
|
1024
|
-
const results = [];
|
|
1025
|
-
for (const state of (request.result)) {
|
|
1026
|
-
const progress = await getDownloadProgress(state.modelId);
|
|
1027
|
-
if (progress) results.push(progress);
|
|
1028
|
-
}
|
|
1029
|
-
resolve(results);
|
|
1030
|
-
};
|
|
1031
|
-
request.onerror = () => reject(new Error('Failed to list downloads'));
|
|
1032
|
-
});
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
export async function cancelDownload(modelId) {
|
|
1037
|
-
// Abort if active
|
|
1038
|
-
pauseDownload(modelId);
|
|
1039
|
-
|
|
1040
|
-
// Remove state
|
|
1041
|
-
await deleteDownloadState(modelId);
|
|
1042
|
-
|
|
1043
|
-
return true;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
export async function checkDownloadNeeded(modelId) {
|
|
1048
|
-
const state = await loadDownloadState(modelId);
|
|
1049
|
-
|
|
1050
|
-
if (!state) {
|
|
1051
|
-
return {
|
|
1052
|
-
needed: true,
|
|
1053
|
-
reason: 'Model not downloaded',
|
|
1054
|
-
missingShards: []
|
|
1055
|
-
};
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
const directSourceArtifact = resolveSourceArtifact(state.manifest);
|
|
1059
|
-
const totalShards = directSourceArtifact ? directSourceArtifact.sourceFiles.length : state.manifest.shards.length;
|
|
1060
|
-
|
|
1061
|
-
const missingShards = [];
|
|
1062
|
-
|
|
1063
|
-
for (let i = 0; i < totalShards; i++) {
|
|
1064
|
-
if (!state.completedShards.has(i)) {
|
|
1065
|
-
missingShards.push(i);
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
if (missingShards.length > 0) {
|
|
1070
|
-
return {
|
|
1071
|
-
needed: true,
|
|
1072
|
-
reason: `Missing ${missingShards.length} of ${totalShards} shards`,
|
|
1073
|
-
missingShards
|
|
1074
|
-
};
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
if (directSourceArtifact) {
|
|
1078
|
-
const missingAuxiliaryFiles = [];
|
|
1079
|
-
for (const entry of directSourceArtifact.auxiliaryFiles) {
|
|
1080
|
-
if (!(await fileExistsInStore(entry.path))) {
|
|
1081
|
-
missingAuxiliaryFiles.push(entry.path);
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
if (missingAuxiliaryFiles.length > 0) {
|
|
1085
|
-
return {
|
|
1086
|
-
needed: true,
|
|
1087
|
-
reason: `Missing ${missingAuxiliaryFiles.length} direct-source auxiliary file(s)`,
|
|
1088
|
-
missingShards: [],
|
|
1089
|
-
};
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
return {
|
|
1094
|
-
needed: false,
|
|
1095
|
-
reason: 'Model fully downloaded',
|
|
1096
|
-
missingShards: []
|
|
1097
|
-
};
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
export function formatSpeed(bytesPerSecond) {
|
|
1102
|
-
return `${formatBytes(bytesPerSecond)}/s`;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
export function estimateTimeRemaining(remainingBytes, bytesPerSecond) {
|
|
1107
|
-
if (bytesPerSecond <= 0) return 'Calculating...';
|
|
1108
|
-
|
|
1109
|
-
const seconds = remainingBytes / bytesPerSecond;
|
|
1110
|
-
|
|
1111
|
-
if (seconds < 60) {
|
|
1112
|
-
return `${Math.ceil(seconds)}s`;
|
|
1113
|
-
} else if (seconds < 3600) {
|
|
1114
|
-
const minutes = Math.ceil(seconds / 60);
|
|
1115
|
-
return `${minutes}m`;
|
|
1116
|
-
} else {
|
|
1117
|
-
const hours = Math.floor(seconds / 3600);
|
|
1118
|
-
const minutes = Math.ceil((seconds % 3600) / 60);
|
|
1119
|
-
return `${hours}h ${minutes}m`;
|
|
1120
|
-
}
|
|
1121
|
-
}
|