@simulatte/doppler 0.1.9 → 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 -116
- package/package.json +5 -162
- package/BRANDING.md +0 -14
- package/CHANGELOG.md +0 -158
- 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 -310
- package/src/client/doppler-api.d.ts +0 -83
- package/src/client/doppler-api.js +0 -323
- 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 -86
- package/src/client/doppler-registry.json +0 -40
- 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 -228
- 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/moe/mixtral.paths.json +0 -46
- 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 -584
- 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 -155
- 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-f32a-small-attn.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 -145
- 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 -78
- package/src/config/presets/models/gemma4.json +0 -61
- package/src/config/presets/models/gpt-oss.json +0 -68
- package/src/config/presets/models/granite-docling.json +0 -70
- 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 -88
- 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/qwen3_vl.json +0 -40
- 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 -54
- 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/experiments/verify/lfm2-verify.json +0 -46
- package/src/config/presets/runtime/experiments/verify/translategemma-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 -127
- package/src/config/presets/runtime/platform/metal-apple-q4k.json +0 -11
- package/src/config/presets/runtime/tiers/gemma4-16gb.json +0 -69
- package/src/config/presets/runtime/tiers/gemma4-24gb.json +0 -66
- package/src/config/presets/runtime/tiers/gemma4-32gb.json +0 -66
- 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 -64
- 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 -290
- package/src/config/schema/debug.schema.js +0 -134
- 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 -491
- 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 -184
- 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 -1383
- 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 -101
- package/src/converter/quantizer.js +0 -444
- 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 -2186
- 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 -307
- 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 -39
- 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 -1439
- 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 -153
- package/src/gpu/kernels/dequant_f16_out_vec4.wgsl +0 -152
- 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 -204
- package/src/gpu/kernels/dequant_shared_vec4.wgsl +0 -155
- package/src/gpu/kernels/dequant_subgroup.wgsl +0 -206
- 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/gated-short-conv.d.ts +0 -63
- package/src/gpu/kernels/gated-short-conv.js +0 -284
- 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 -555
- 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 -518
- package/src/gpu/kernels/matmul.d.ts +0 -114
- package/src/gpu/kernels/matmul.js +0 -384
- 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 -343
- 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 -565
- package/src/gpu/kernels/sample.wgsl +0 -407
- package/src/gpu/kernels/sample_f16.wgsl +0 -361
- 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 -213
- 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 -1076
- 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 -772
- 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 -1224
- 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 -113
- package/src/inference/pipelines/text/attention/projections.js +0 -526
- package/src/inference/pipelines/text/attention/record.d.ts +0 -36
- package/src/inference/pipelines/text/attention/record.js +0 -686
- package/src/inference/pipelines/text/attention/run.d.ts +0 -38
- package/src/inference/pipelines/text/attention/run.js +0 -942
- 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 -245
- package/src/inference/pipelines/text/config.js +0 -731
- 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 -474
- 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 -286
- package/src/inference/pipelines/text/execution-v0.d.ts +0 -66
- package/src/inference/pipelines/text/execution-v0.js +0 -266
- 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 -176
- package/src/inference/pipelines/text/generator-runtime.d.ts +0 -93
- package/src/inference/pipelines/text/generator-runtime.js +0 -392
- package/src/inference/pipelines/text/generator-steps.d.ts +0 -136
- package/src/inference/pipelines/text/generator-steps.js +0 -1214
- package/src/inference/pipelines/text/generator.d.ts +0 -46
- package/src/inference/pipelines/text/generator.js +0 -1515
- 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 -314
- package/src/inference/pipelines/text/init.js +0 -1126
- 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 -951
- 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 -653
- 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 -40
- package/src/inference/pipelines/text/moe-shape-validator.js +0 -98
- package/src/inference/pipelines/text/ops.d.ts +0 -167
- package/src/inference/pipelines/text/ops.js +0 -437
- package/src/inference/pipelines/text/probes.d.ts +0 -31
- package/src/inference/pipelines/text/probes.js +0 -171
- 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 -154
- 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 -162
- package/src/inference/pipelines/text.js +0 -666
- package/src/inference/pipelines/vision/encoder.js +0 -386
- package/src/inference/pipelines/vision/image-preprocess.js +0 -151
- package/src/inference/pipelines/vision/index.js +0 -173
- package/src/inference/pipelines/vision/ops.js +0 -78
- package/src/inference/pipelines/vision/patch-embed.js +0 -151
- 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 -361
- 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 -137
- package/src/loader/doppler-loader.js +0 -1069
- 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 -386
- package/src/loader/experts/expert-loader.d.ts +0 -108
- package/src/loader/experts/expert-loader.js +0 -392
- 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 -457
- 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 -134
- 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 -157
- package/src/loader/tensors/tensor-loader.js +0 -618
- 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/moe.rules.mixtral.json +0 -75
- 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 -25
- 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 -77
- package/src/rules/rule-registry.js +0 -243
- 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 -157
- package/src/storage/quickstart-downloader.js +0 -268
- 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-converter.d.ts +0 -1
- package/src/tooling/node-converter.js +0 -1333
- 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 -610
- package/src/tooling/node-webgpu.d.ts +0 -6
- package/src/tooling/node-webgpu.js +0 -284
- 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/hf-resolve-url.d.ts +0 -16
- package/src/utils/hf-resolve-url.js +0 -17
- 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,977 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { parseGGUFHeaderFromSource } from './gguf-parser-browser.js';
|
|
4
|
-
import { isTensorSource, normalizeTensorSource } from './tensor-source-file.js';
|
|
5
|
-
import { createRemoteTensorSource } from './tensor-source-download.js';
|
|
6
|
-
import {
|
|
7
|
-
parseSafetensorsFile,
|
|
8
|
-
parseSafetensorsSharded,
|
|
9
|
-
parseConfigJson,
|
|
10
|
-
parseTokenizerConfigJson,
|
|
11
|
-
parseTokenizerJson,
|
|
12
|
-
parseIndexJson,
|
|
13
|
-
streamTensorData,
|
|
14
|
-
detectModelFormat,
|
|
15
|
-
getAuxiliaryFiles,
|
|
16
|
-
} from './safetensors-parser-browser.js';
|
|
17
|
-
import {
|
|
18
|
-
initStorage,
|
|
19
|
-
openModelStore,
|
|
20
|
-
saveManifest,
|
|
21
|
-
saveTokenizer,
|
|
22
|
-
saveTokenizerModel,
|
|
23
|
-
saveAuxFile,
|
|
24
|
-
deleteModel,
|
|
25
|
-
createConversionShardWriter,
|
|
26
|
-
computeHash,
|
|
27
|
-
createStreamingHasher,
|
|
28
|
-
getStorageBackendType,
|
|
29
|
-
} from '../storage/shard-manager.js';
|
|
30
|
-
import { classifyTensorRole } from '../formats/rdrr/index.js';
|
|
31
|
-
import { registerModel } from '../storage/registry.js';
|
|
32
|
-
import {
|
|
33
|
-
checkSpaceAvailable,
|
|
34
|
-
requestPersistence,
|
|
35
|
-
isOPFSAvailable,
|
|
36
|
-
isIndexedDBAvailable,
|
|
37
|
-
QuotaExceededError,
|
|
38
|
-
} from '../storage/quota.js';
|
|
39
|
-
|
|
40
|
-
// Import shared shard packing logic
|
|
41
|
-
import {
|
|
42
|
-
ShardPacker,
|
|
43
|
-
} from '../converter/shard-packer.js';
|
|
44
|
-
import {
|
|
45
|
-
resolveTensorDtype,
|
|
46
|
-
resolveQ4KLayout,
|
|
47
|
-
getQ4KOutputSize,
|
|
48
|
-
createQ4KChunkStream,
|
|
49
|
-
createF16ChunkStream,
|
|
50
|
-
resolveEffectiveQuantizationInfo,
|
|
51
|
-
resolveManifestQuantization,
|
|
52
|
-
} from './quantization.js';
|
|
53
|
-
|
|
54
|
-
// Import shared types and functions from convert-core
|
|
55
|
-
import {
|
|
56
|
-
ConvertStage,
|
|
57
|
-
formatBytes,
|
|
58
|
-
extractArchitecture,
|
|
59
|
-
createManifest,
|
|
60
|
-
} from '../converter/core.js';
|
|
61
|
-
import {
|
|
62
|
-
inferSourceWeightQuantization,
|
|
63
|
-
resolveConversionPlan,
|
|
64
|
-
resolveConvertedModelId,
|
|
65
|
-
} from '../converter/conversion-plan.js';
|
|
66
|
-
import { parseDiffusionModel as parseSharedDiffusionModel } from '../converter/parsers/diffusion.js';
|
|
67
|
-
import { parseGGUFModel as parseSharedGGUFModel } from '../converter/parsers/gguf.js';
|
|
68
|
-
|
|
69
|
-
import { createConverterConfig } from '../config/index.js';
|
|
70
|
-
import { MB, GB } from '../config/schema/units.schema.js';
|
|
71
|
-
import { log, trace } from '../debug/index.js';
|
|
72
|
-
|
|
73
|
-
// Re-export types for consumers
|
|
74
|
-
export {
|
|
75
|
-
ConvertStage,
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export function isConversionSupported() {
|
|
79
|
-
return isOPFSAvailable() || isIndexedDBAvailable();
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
const LARGE_MODEL_THRESHOLD_BYTES = 8 * GB;
|
|
83
|
-
const LARGE_MODEL_CHUNK_BYTES = 128 * MB;
|
|
84
|
-
const LARGE_MODEL_SHARD_BYTES = 256 * MB;
|
|
85
|
-
|
|
86
|
-
function tuneConverterConfig(config, totalInputBytes, modelType) {
|
|
87
|
-
if (!config) return;
|
|
88
|
-
const isLarge = Number.isFinite(totalInputBytes) && totalInputBytes >= LARGE_MODEL_THRESHOLD_BYTES;
|
|
89
|
-
const isDiffusion = modelType === 'diffusion';
|
|
90
|
-
if (!isLarge && !isDiffusion) return;
|
|
91
|
-
|
|
92
|
-
if (config.streaming?.chunkSizeBytes) {
|
|
93
|
-
config.streaming.chunkSizeBytes = Math.max(config.streaming.chunkSizeBytes, LARGE_MODEL_CHUNK_BYTES);
|
|
94
|
-
}
|
|
95
|
-
if (config.sharding?.shardSizeBytes) {
|
|
96
|
-
config.sharding.shardSizeBytes = Math.max(config.sharding.shardSizeBytes, LARGE_MODEL_SHARD_BYTES);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
function createStageTimer(label) {
|
|
101
|
-
const start = performance.now();
|
|
102
|
-
return {
|
|
103
|
-
stop: (extra, data) => {
|
|
104
|
-
const elapsed = performance.now() - start;
|
|
105
|
-
const suffix = extra ? ` - ${extra}` : '';
|
|
106
|
-
log.info('Convert', `${label}: ${elapsed.toFixed(0)}ms${suffix}`);
|
|
107
|
-
trace.perf(`Convert ${label}: ${elapsed.toFixed(0)}ms`, data);
|
|
108
|
-
return elapsed;
|
|
109
|
-
},
|
|
110
|
-
};
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
function resolveRemoteOptions(options) {
|
|
114
|
-
const http = options?.converterConfig?.http || null;
|
|
115
|
-
return {
|
|
116
|
-
headers: options?.headers,
|
|
117
|
-
signal: options?.signal,
|
|
118
|
-
name: options?.name,
|
|
119
|
-
allowDownloadFallback: http?.allowDownloadFallback,
|
|
120
|
-
maxDownloadBytes: http?.maxDownloadBytes,
|
|
121
|
-
};
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
export async function createRemoteModelSources(urls, options = {}) {
|
|
125
|
-
if (!Array.isArray(urls) || urls.length === 0) {
|
|
126
|
-
throw new Error('Remote conversion requires at least one URL.');
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
const sources = [];
|
|
130
|
-
const remoteOptions = resolveRemoteOptions(options);
|
|
131
|
-
for (const url of urls) {
|
|
132
|
-
if (typeof url !== 'string' || url.length === 0) {
|
|
133
|
-
throw new Error('Remote conversion URLs must be non-empty strings.');
|
|
134
|
-
}
|
|
135
|
-
const result = await createRemoteTensorSource(url, remoteOptions);
|
|
136
|
-
sources.push(result.source);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
return sources;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// ============================================================================
|
|
143
|
-
// Main Convert Function
|
|
144
|
-
// ============================================================================
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
function getFilePath(file) {
|
|
148
|
-
if (!file) return '';
|
|
149
|
-
if (typeof file.relativePath === 'string' && file.relativePath.length > 0) {
|
|
150
|
-
return file.relativePath;
|
|
151
|
-
}
|
|
152
|
-
if (typeof file.webkitRelativePath === 'string' && file.webkitRelativePath.length > 0) {
|
|
153
|
-
return file.webkitRelativePath;
|
|
154
|
-
}
|
|
155
|
-
if (typeof file.name === 'string') return file.name;
|
|
156
|
-
return '';
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
function normalizePath(path) {
|
|
160
|
-
return String(path || '').replace(/\\/g, '/');
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
function attachRelativePath(file, relativePath) {
|
|
164
|
-
if (!file || !relativePath) return;
|
|
165
|
-
try {
|
|
166
|
-
Object.defineProperty(file, 'relativePath', {
|
|
167
|
-
value: relativePath,
|
|
168
|
-
configurable: true,
|
|
169
|
-
});
|
|
170
|
-
} catch {
|
|
171
|
-
// Ignore if File is non-extensible in this environment.
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function getBaseName(path) {
|
|
176
|
-
const normalized = normalizePath(path);
|
|
177
|
-
if (!normalized) return '';
|
|
178
|
-
const parts = normalized.split('/');
|
|
179
|
-
return parts[parts.length - 1] || '';
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
function pathEndsWith(path, suffix) {
|
|
183
|
-
const normalized = normalizePath(path);
|
|
184
|
-
return normalized.endsWith(suffix);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
function compareNullableStrings(left, right) {
|
|
188
|
-
const a = typeof left === 'string' ? left : '';
|
|
189
|
-
const b = typeof right === 'string' ? right : '';
|
|
190
|
-
return a.localeCompare(b);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
function sortTensorsByDeterministicLocality(tensors) {
|
|
194
|
-
if (!Array.isArray(tensors) || tensors.length <= 1) {
|
|
195
|
-
return tensors;
|
|
196
|
-
}
|
|
197
|
-
tensors.sort((left, right) => {
|
|
198
|
-
const leftPath = left?.source?.name ?? left?.shardFile ?? left?.file?.name ?? '';
|
|
199
|
-
const rightPath = right?.source?.name ?? right?.shardFile ?? right?.file?.name ?? '';
|
|
200
|
-
const sourcePathCmp = compareNullableStrings(leftPath, rightPath);
|
|
201
|
-
if (sourcePathCmp !== 0) return sourcePathCmp;
|
|
202
|
-
const leftOffset = Number.isFinite(left?.offset) ? Number(left.offset) : 0;
|
|
203
|
-
const rightOffset = Number.isFinite(right?.offset) ? Number(right.offset) : 0;
|
|
204
|
-
if (leftOffset !== rightOffset) {
|
|
205
|
-
return leftOffset - rightOffset;
|
|
206
|
-
}
|
|
207
|
-
return compareNullableStrings(left?.name, right?.name);
|
|
208
|
-
});
|
|
209
|
-
return tensors;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
function findFileBySuffix(files, suffix) {
|
|
213
|
-
return files.find((file) => pathEndsWith(getFilePath(file), suffix)) || null;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
async function readTextFile(file, label = 'file') {
|
|
217
|
-
if (!file || typeof file.text !== 'function') {
|
|
218
|
-
throw new Error(`Missing ${label}`);
|
|
219
|
-
}
|
|
220
|
-
return file.text();
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
async function parseJsonFile(file, label = 'json') {
|
|
224
|
-
const text = await readTextFile(file, label);
|
|
225
|
-
try {
|
|
226
|
-
return JSON.parse(text);
|
|
227
|
-
} catch (error) {
|
|
228
|
-
const message = error instanceof Error ? error.message : String(error);
|
|
229
|
-
throw new Error(`[${label}] Failed to parse JSON: ${message}`);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
function isDiffusionInput(files) {
|
|
234
|
-
return files.some((file) => getBaseName(getFilePath(file)) === 'model_index.json');
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
function pickFirstBySuffix(files, suffixes) {
|
|
238
|
-
for (const suffix of suffixes) {
|
|
239
|
-
const match = findFileBySuffix(files, suffix);
|
|
240
|
-
if (match) return match;
|
|
241
|
-
}
|
|
242
|
-
return null;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
async function parseDiffusionModel(files, onProgress, signal) {
|
|
246
|
-
const modelIndexFile = findFileBySuffix(files, 'model_index.json');
|
|
247
|
-
if (!modelIndexFile) return null;
|
|
248
|
-
return parseSharedDiffusionModel({
|
|
249
|
-
onProgress,
|
|
250
|
-
signal,
|
|
251
|
-
findExistingSuffix(suffixes) {
|
|
252
|
-
const file = pickFirstBySuffix(files, suffixes);
|
|
253
|
-
return file ? normalizePath(getFilePath(file)) : null;
|
|
254
|
-
},
|
|
255
|
-
async readJson(suffix, label = 'json') {
|
|
256
|
-
const file = findFileBySuffix(files, suffix);
|
|
257
|
-
if (!file) {
|
|
258
|
-
throw new Error(`Missing ${label} (${suffix})`);
|
|
259
|
-
}
|
|
260
|
-
return parseJsonFile(file, label);
|
|
261
|
-
},
|
|
262
|
-
async readText(suffix, label = 'text') {
|
|
263
|
-
const file = findFileBySuffix(files, suffix);
|
|
264
|
-
if (!file) {
|
|
265
|
-
throw new Error(`Missing ${label} (${suffix})`);
|
|
266
|
-
}
|
|
267
|
-
return readTextFile(file, label);
|
|
268
|
-
},
|
|
269
|
-
async readBinary(suffix, label = 'binary') {
|
|
270
|
-
const file = findFileBySuffix(files, suffix);
|
|
271
|
-
if (!file || typeof file.arrayBuffer !== 'function') {
|
|
272
|
-
throw new Error(`Missing ${label} (${suffix})`);
|
|
273
|
-
}
|
|
274
|
-
return file.arrayBuffer();
|
|
275
|
-
},
|
|
276
|
-
async parseSingleSafetensors(suffix) {
|
|
277
|
-
const file = findFileBySuffix(files, suffix);
|
|
278
|
-
if (!file) {
|
|
279
|
-
throw new Error(`Missing safetensors file (${suffix})`);
|
|
280
|
-
}
|
|
281
|
-
return parseSafetensorsFile(file);
|
|
282
|
-
},
|
|
283
|
-
async parseShardedSafetensors(indexSuffix, indexJson, componentId) {
|
|
284
|
-
const weightMap = indexJson?.weight_map || {};
|
|
285
|
-
const shardNames = Array.from(new Set(Object.values(weightMap)));
|
|
286
|
-
if (shardNames.length === 0) {
|
|
287
|
-
throw new Error(`No shards listed in ${componentId} index file`);
|
|
288
|
-
}
|
|
289
|
-
const baseDir = indexSuffix.includes('/') ? indexSuffix.split('/').slice(0, -1).join('/') : '';
|
|
290
|
-
const shardFiles = shardNames.map((name) => {
|
|
291
|
-
const suffix = baseDir ? `${baseDir}/${name}` : name;
|
|
292
|
-
return findFileBySuffix(files, suffix);
|
|
293
|
-
}).filter(Boolean);
|
|
294
|
-
if (shardFiles.length !== shardNames.length) {
|
|
295
|
-
throw new Error(`Missing shard files for ${componentId} (${shardFiles.length}/${shardNames.length} found)`);
|
|
296
|
-
}
|
|
297
|
-
return parseSafetensorsSharded(shardFiles, indexJson);
|
|
298
|
-
},
|
|
299
|
-
});
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export async function convertModel(files, options = {}) {
|
|
303
|
-
const { modelId: userModelId, onProgress, signal, converterConfig } = options;
|
|
304
|
-
const resolvedConverterConfig = converterConfig || createConverterConfig();
|
|
305
|
-
const progressState = {
|
|
306
|
-
lastStage: null,
|
|
307
|
-
lastMessage: null,
|
|
308
|
-
lastPercentBucket: null,
|
|
309
|
-
};
|
|
310
|
-
const reportProgress = (update) => {
|
|
311
|
-
if (update) {
|
|
312
|
-
const stage = update.stage ?? null;
|
|
313
|
-
const message = update.message ? String(update.message) : '';
|
|
314
|
-
const percent = Number.isFinite(update.percent) ? update.percent : null;
|
|
315
|
-
if (stage && stage !== progressState.lastStage) {
|
|
316
|
-
progressState.lastStage = stage;
|
|
317
|
-
progressState.lastMessage = null;
|
|
318
|
-
progressState.lastPercentBucket = null;
|
|
319
|
-
log.info('Convert', message ? `${stage}: ${message}` : `${stage}`);
|
|
320
|
-
} else if (stage === ConvertStage.WRITING && percent !== null) {
|
|
321
|
-
const bucket = Math.floor(percent / 5) * 5;
|
|
322
|
-
if (bucket !== progressState.lastPercentBucket) {
|
|
323
|
-
progressState.lastPercentBucket = bucket;
|
|
324
|
-
const counts = Number.isFinite(update.current) && Number.isFinite(update.total)
|
|
325
|
-
? ` (${update.current}/${update.total})`
|
|
326
|
-
: '';
|
|
327
|
-
log.info('Convert', `Writing ${bucket}%${counts}`);
|
|
328
|
-
}
|
|
329
|
-
} else if (message && message !== progressState.lastMessage) {
|
|
330
|
-
progressState.lastMessage = message;
|
|
331
|
-
log.info('Convert', message);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
onProgress?.(update);
|
|
335
|
-
};
|
|
336
|
-
|
|
337
|
-
let modelId = null;
|
|
338
|
-
const shardInfos = [];
|
|
339
|
-
const cleanupTasks = [];
|
|
340
|
-
const inputFiles = Array.isArray(files) ? files : [];
|
|
341
|
-
const totalInputBytes = inputFiles.reduce((sum, file) => sum + (file?.size || 0), 0);
|
|
342
|
-
const hasOnlyFiles = inputFiles.every((file) => !isTensorSource(file));
|
|
343
|
-
const diffusionCandidate = hasOnlyFiles && isDiffusionInput(inputFiles);
|
|
344
|
-
let diffusionInfo = null;
|
|
345
|
-
let diffusionAuxFiles = null;
|
|
346
|
-
let diffusionArchitecture = null;
|
|
347
|
-
let diffusionEosTokenId = undefined;
|
|
348
|
-
const conversionStart = performance.now();
|
|
349
|
-
log.info(
|
|
350
|
-
'Convert',
|
|
351
|
-
`Start: ${inputFiles.length} files, ${formatBytes(totalInputBytes)}`
|
|
352
|
-
);
|
|
353
|
-
|
|
354
|
-
try {
|
|
355
|
-
if (!isOPFSAvailable() && !isIndexedDBAvailable()) {
|
|
356
|
-
throw new Error('No supported storage backend available for browser conversion. Supported: opfs, indexeddb.');
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
// Initialize storage
|
|
360
|
-
await initStorage();
|
|
361
|
-
const persistence = await requestPersistence();
|
|
362
|
-
const backendType = getStorageBackendType();
|
|
363
|
-
reportProgress({
|
|
364
|
-
stage: ConvertStage.DETECTING,
|
|
365
|
-
message: `Storage backend: ${backendType ?? 'unknown'}`,
|
|
366
|
-
backend: backendType,
|
|
367
|
-
persistence,
|
|
368
|
-
});
|
|
369
|
-
|
|
370
|
-
// Detect format
|
|
371
|
-
reportProgress({
|
|
372
|
-
stage: ConvertStage.DETECTING,
|
|
373
|
-
message: 'Detecting model format...',
|
|
374
|
-
});
|
|
375
|
-
|
|
376
|
-
if (signal?.aborted) throw new DOMException('Cancelled', 'AbortError');
|
|
377
|
-
|
|
378
|
-
const detectTimer = createStageTimer('Detect format');
|
|
379
|
-
if (diffusionCandidate) {
|
|
380
|
-
diffusionInfo = await parseDiffusionModel(inputFiles, reportProgress, signal);
|
|
381
|
-
diffusionAuxFiles = diffusionInfo?.auxFiles ?? null;
|
|
382
|
-
diffusionArchitecture = diffusionInfo?.architecture ?? null;
|
|
383
|
-
diffusionEosTokenId = null;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
const format = diffusionInfo ? { type: 'diffusion' } : detectModelFormat(files);
|
|
387
|
-
detectTimer.stop(`type=${format.type}`);
|
|
388
|
-
const auxiliary = diffusionInfo ? null : getAuxiliaryFiles(files);
|
|
389
|
-
for (const file of files) {
|
|
390
|
-
if (isTensorSource(file) && typeof file.cleanup === 'function') {
|
|
391
|
-
cleanupTasks.push(file.cleanup);
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
if (!diffusionInfo) {
|
|
395
|
-
const hasTokenizerJson = !!auxiliary.tokenizer;
|
|
396
|
-
const hasTokenizerModel = !!auxiliary.tokenizerModel;
|
|
397
|
-
if (!hasTokenizerJson && !hasTokenizerModel) {
|
|
398
|
-
throw new Error('Missing tokenizer.json or tokenizer.model for browser conversion.');
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
reportProgress({
|
|
403
|
-
stage: ConvertStage.DETECTING,
|
|
404
|
-
message: `Format: ${format.type}`,
|
|
405
|
-
format: format.type,
|
|
406
|
-
});
|
|
407
|
-
|
|
408
|
-
// Parse based on format
|
|
409
|
-
let modelInfo;
|
|
410
|
-
let config = null;
|
|
411
|
-
let generationConfig = null;
|
|
412
|
-
let tokenizerJson = null;
|
|
413
|
-
let tokenizerConfig = null;
|
|
414
|
-
let tokenizerModel = null;
|
|
415
|
-
|
|
416
|
-
const parseTimer = createStageTimer('Parse tensors');
|
|
417
|
-
if (format.type === 'diffusion') {
|
|
418
|
-
modelInfo = {
|
|
419
|
-
tensors: diffusionInfo.tensors,
|
|
420
|
-
config: diffusionInfo.config,
|
|
421
|
-
architecture: diffusionArchitecture,
|
|
422
|
-
format: 'safetensors',
|
|
423
|
-
};
|
|
424
|
-
config = diffusionInfo.config;
|
|
425
|
-
} else if (format.type === 'gguf') {
|
|
426
|
-
modelInfo = await parseGGUFModel(format.ggufFile, reportProgress, signal);
|
|
427
|
-
} else if (format.type === 'single') {
|
|
428
|
-
const parsed = await parseSafetensorsFile(format.safetensorsFile);
|
|
429
|
-
modelInfo = { tensors: parsed.tensors, config: parsed.config };
|
|
430
|
-
if (auxiliary.config) {
|
|
431
|
-
config = await parseConfigJson(auxiliary.config);
|
|
432
|
-
modelInfo.config = config;
|
|
433
|
-
}
|
|
434
|
-
} else if (format.type === 'sharded' || format.type === 'sharded-no-index') {
|
|
435
|
-
let indexJson = null;
|
|
436
|
-
if (format.indexFile) {
|
|
437
|
-
indexJson = await parseIndexJson(format.indexFile);
|
|
438
|
-
}
|
|
439
|
-
const parsed = await parseSafetensorsSharded(format.safetensorsFiles, indexJson);
|
|
440
|
-
modelInfo = { tensors: parsed.tensors, config: parsed.config };
|
|
441
|
-
if (auxiliary.config) {
|
|
442
|
-
config = await parseConfigJson(auxiliary.config);
|
|
443
|
-
modelInfo.config = config;
|
|
444
|
-
}
|
|
445
|
-
} else {
|
|
446
|
-
throw new Error(`Unsupported format: ${format.type}`);
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
// Parse tokenizer if available (text models only)
|
|
450
|
-
if (!diffusionInfo) {
|
|
451
|
-
if (auxiliary.tokenizer) {
|
|
452
|
-
tokenizerJson = await parseTokenizerJson(auxiliary.tokenizer);
|
|
453
|
-
modelInfo.tokenizerJson = tokenizerJson;
|
|
454
|
-
}
|
|
455
|
-
if (auxiliary.tokenizerConfig) {
|
|
456
|
-
tokenizerConfig = await parseTokenizerConfigJson(auxiliary.tokenizerConfig);
|
|
457
|
-
modelInfo.tokenizerConfig = tokenizerConfig;
|
|
458
|
-
}
|
|
459
|
-
if (auxiliary.generationConfig) {
|
|
460
|
-
generationConfig = await parseConfigJson(auxiliary.generationConfig);
|
|
461
|
-
modelInfo.generationConfig = generationConfig;
|
|
462
|
-
}
|
|
463
|
-
if (auxiliary.tokenizerModel) {
|
|
464
|
-
const source = normalizeTensorSource(auxiliary.tokenizerModel);
|
|
465
|
-
tokenizerModel = await source.readRange(0, source.size);
|
|
466
|
-
modelInfo.tokenizerModel = tokenizerModel;
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
parseTimer.stop(`${modelInfo.tensors.length} tensors`);
|
|
470
|
-
|
|
471
|
-
if (signal?.aborted) throw new DOMException('Cancelled', 'AbortError');
|
|
472
|
-
|
|
473
|
-
const rawConfig = (config || modelInfo.config || {});
|
|
474
|
-
const tensors = sortTensorsByDeterministicLocality(modelInfo.tensors || []);
|
|
475
|
-
modelInfo.tensors = tensors;
|
|
476
|
-
const totalTensorBytes = tensors.reduce((sum, tensor) => sum + (tensor.size || 0), 0);
|
|
477
|
-
let architectureConfig = null;
|
|
478
|
-
if (!diffusionInfo) {
|
|
479
|
-
const hfConfig = (config || (modelInfo.format === 'gguf' ? null : modelInfo.config));
|
|
480
|
-
const ggufConfig = modelInfo.format === 'gguf' ? modelInfo.config : undefined;
|
|
481
|
-
architectureConfig = extractArchitecture(hfConfig || {}, ggufConfig);
|
|
482
|
-
}
|
|
483
|
-
const weightOverride = resolvedConverterConfig.quantization?.weights ?? null;
|
|
484
|
-
const sourceQuantization = modelInfo.quantization || weightOverride || inferSourceWeightQuantization(tensors);
|
|
485
|
-
const plan = resolveConversionPlan({
|
|
486
|
-
rawConfig,
|
|
487
|
-
tensors,
|
|
488
|
-
converterConfig: resolvedConverterConfig,
|
|
489
|
-
sourceQuantization,
|
|
490
|
-
modelKind: diffusionInfo ? 'diffusion' : 'transformer',
|
|
491
|
-
architectureHint: modelInfo.architecture,
|
|
492
|
-
architectureConfig,
|
|
493
|
-
});
|
|
494
|
-
const modelType = plan.modelType;
|
|
495
|
-
const quantizationInfo = plan.quantizationInfo;
|
|
496
|
-
const manifestQuantization = plan.manifestQuantization;
|
|
497
|
-
const manifestInference = plan.manifestInference;
|
|
498
|
-
|
|
499
|
-
const detectedModelId = extractModelId(files, config);
|
|
500
|
-
modelId = resolveConvertedModelId({
|
|
501
|
-
explicitModelId: userModelId,
|
|
502
|
-
converterConfig: resolvedConverterConfig,
|
|
503
|
-
detectedModelId,
|
|
504
|
-
quantizationInfo,
|
|
505
|
-
});
|
|
506
|
-
if (!modelId) {
|
|
507
|
-
throw new Error(
|
|
508
|
-
'Missing modelId. Provide modelId explicitly or set converterConfig.output.modelBaseId.'
|
|
509
|
-
);
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
tuneConverterConfig(resolvedConverterConfig, totalTensorBytes, modelType);
|
|
513
|
-
|
|
514
|
-
const chunkSizeBytes = resolvedConverterConfig.streaming.chunkSizeBytes;
|
|
515
|
-
if (!chunkSizeBytes || chunkSizeBytes <= 0) {
|
|
516
|
-
throw new Error('Invalid converter streaming chunk size');
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
const collectChunks = async (chunks) => {
|
|
520
|
-
const buffers = [];
|
|
521
|
-
let total = 0;
|
|
522
|
-
for await (const chunk of chunks) {
|
|
523
|
-
const bytes = chunk instanceof Uint8Array ? chunk : new Uint8Array(chunk);
|
|
524
|
-
if (bytes.length === 0) continue;
|
|
525
|
-
buffers.push(bytes);
|
|
526
|
-
total += bytes.length;
|
|
527
|
-
}
|
|
528
|
-
const output = new Uint8Array(total);
|
|
529
|
-
let offset = 0;
|
|
530
|
-
for (const buffer of buffers) {
|
|
531
|
-
output.set(buffer, offset);
|
|
532
|
-
offset += buffer.length;
|
|
533
|
-
}
|
|
534
|
-
return output;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
|
-
const sourceChunksFor = (tensor) => {
|
|
538
|
-
if (modelInfo.format === 'gguf' && tensor.source) {
|
|
539
|
-
return streamSourceRange(tensor.source, tensor.offset, tensor.size, chunkSizeBytes);
|
|
540
|
-
}
|
|
541
|
-
return streamTensorData(tensor, chunkSizeBytes);
|
|
542
|
-
};
|
|
543
|
-
|
|
544
|
-
const tensorPlans = modelInfo.tensors.map((tensor) => {
|
|
545
|
-
const targetDtype = resolveTensorDtype(tensor.name, tensor.shape, tensor.dtype, quantizationInfo);
|
|
546
|
-
const q4kLayout = targetDtype === 'Q4_K_M'
|
|
547
|
-
? resolveQ4KLayout(tensor.name, tensor.shape, quantizationInfo)
|
|
548
|
-
: null;
|
|
549
|
-
const numElements = tensor.shape.reduce((a, b) => a * b, 1);
|
|
550
|
-
const targetSize = targetDtype === 'Q4_K_M'
|
|
551
|
-
? getQ4KOutputSize(tensor.shape, q4kLayout)
|
|
552
|
-
: targetDtype === 'F16'
|
|
553
|
-
? numElements * 2
|
|
554
|
-
: targetDtype === 'F32'
|
|
555
|
-
? numElements * 4
|
|
556
|
-
: tensor.size;
|
|
557
|
-
|
|
558
|
-
const getQ4KData = async () => {
|
|
559
|
-
const chunks = createQ4KChunkStream(
|
|
560
|
-
sourceChunksFor(tensor),
|
|
561
|
-
tensor.dtype,
|
|
562
|
-
tensor.shape,
|
|
563
|
-
q4kLayout,
|
|
564
|
-
chunkSizeBytes
|
|
565
|
-
);
|
|
566
|
-
return collectChunks(chunks);
|
|
567
|
-
};
|
|
568
|
-
|
|
569
|
-
const getF16Data = async () => {
|
|
570
|
-
const chunks = createF16ChunkStream(sourceChunksFor(tensor), tensor.dtype);
|
|
571
|
-
return collectChunks(chunks);
|
|
572
|
-
};
|
|
573
|
-
|
|
574
|
-
let getData;
|
|
575
|
-
let getChunks;
|
|
576
|
-
|
|
577
|
-
if (targetDtype === 'Q4_K_M') {
|
|
578
|
-
getData = getQ4KData;
|
|
579
|
-
getChunks = () => createQ4KChunkStream(
|
|
580
|
-
sourceChunksFor(tensor),
|
|
581
|
-
tensor.dtype,
|
|
582
|
-
tensor.shape,
|
|
583
|
-
q4kLayout,
|
|
584
|
-
chunkSizeBytes
|
|
585
|
-
);
|
|
586
|
-
} else if (targetDtype === 'F16' && tensor.dtype !== 'F16') {
|
|
587
|
-
getData = getF16Data;
|
|
588
|
-
getChunks = () => createF16ChunkStream(sourceChunksFor(tensor), tensor.dtype);
|
|
589
|
-
} else {
|
|
590
|
-
getData = async () => {
|
|
591
|
-
const data = await readTensorData(tensor);
|
|
592
|
-
return new Uint8Array(data);
|
|
593
|
-
};
|
|
594
|
-
getChunks = () => sourceChunksFor(tensor);
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
return {
|
|
598
|
-
name: tensor.name,
|
|
599
|
-
shape: tensor.shape,
|
|
600
|
-
dtype: targetDtype,
|
|
601
|
-
role: classifyTensorRole(tensor.name),
|
|
602
|
-
layout: q4kLayout,
|
|
603
|
-
size: targetSize,
|
|
604
|
-
offset: tensor.offset,
|
|
605
|
-
getData,
|
|
606
|
-
getChunks,
|
|
607
|
-
};
|
|
608
|
-
});
|
|
609
|
-
|
|
610
|
-
const totalSizeBytes = tensorPlans.reduce((sum, tensor) => sum + tensor.size, 0);
|
|
611
|
-
const spaceCheck = await checkSpaceAvailable(totalSizeBytes);
|
|
612
|
-
if (!spaceCheck.hasSpace) {
|
|
613
|
-
throw new QuotaExceededError(totalSizeBytes, spaceCheck.info.available);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
reportProgress({
|
|
617
|
-
stage: ConvertStage.PARSING,
|
|
618
|
-
message: `Model: ${modelId}`,
|
|
619
|
-
modelId,
|
|
620
|
-
tensorCount: modelInfo.tensors.length,
|
|
621
|
-
totalSize: formatBytes(totalSizeBytes),
|
|
622
|
-
});
|
|
623
|
-
|
|
624
|
-
await openModelStore(modelId);
|
|
625
|
-
|
|
626
|
-
if (diffusionAuxFiles && diffusionAuxFiles.length > 0) {
|
|
627
|
-
for (const asset of diffusionAuxFiles) {
|
|
628
|
-
await saveAuxFile(asset.name, asset.data);
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
const hashAlgorithm = resolvedConverterConfig.manifest.hashAlgorithm;
|
|
633
|
-
|
|
634
|
-
// Create shard I/O adapter
|
|
635
|
-
const shardIO = {
|
|
636
|
-
writeShard: async (index, data) => {
|
|
637
|
-
const writer = await createConversionShardWriter(index);
|
|
638
|
-
try {
|
|
639
|
-
await writer.write(data);
|
|
640
|
-
await writer.close();
|
|
641
|
-
} catch (error) {
|
|
642
|
-
await writer.abort();
|
|
643
|
-
throw error;
|
|
644
|
-
}
|
|
645
|
-
return computeHash(data, hashAlgorithm);
|
|
646
|
-
},
|
|
647
|
-
computeHash: (data) => computeHash(data, hashAlgorithm),
|
|
648
|
-
createShardWriter: (index) => createConversionShardWriter(index),
|
|
649
|
-
createHasher: () => createStreamingHasher(hashAlgorithm),
|
|
650
|
-
};
|
|
651
|
-
|
|
652
|
-
// Create shard packer
|
|
653
|
-
const packer = new ShardPacker(shardIO, {
|
|
654
|
-
modelType,
|
|
655
|
-
shardSize: resolvedConverterConfig.sharding.shardSizeBytes,
|
|
656
|
-
hashAlgorithm,
|
|
657
|
-
});
|
|
658
|
-
|
|
659
|
-
// Prepare tensors for packing
|
|
660
|
-
const packerTensors = tensorPlans;
|
|
661
|
-
|
|
662
|
-
// Pack tensors into shards
|
|
663
|
-
reportProgress({
|
|
664
|
-
stage: ConvertStage.WRITING,
|
|
665
|
-
message: 'Packing tensors...',
|
|
666
|
-
});
|
|
667
|
-
|
|
668
|
-
const packTimer = createStageTimer('Pack shards');
|
|
669
|
-
const packResult = await packer.pack(packerTensors, {
|
|
670
|
-
onProgress: (current, total, tensorName) => {
|
|
671
|
-
reportProgress({
|
|
672
|
-
stage: ConvertStage.WRITING,
|
|
673
|
-
message: `Processing ${tensorName}`,
|
|
674
|
-
current,
|
|
675
|
-
total,
|
|
676
|
-
percent: Math.round((current / total) * 100),
|
|
677
|
-
});
|
|
678
|
-
},
|
|
679
|
-
signal,
|
|
680
|
-
});
|
|
681
|
-
packTimer.stop(
|
|
682
|
-
`${packResult.shards.length} shards, ${formatBytes(packResult.totalSize)}`
|
|
683
|
-
);
|
|
684
|
-
|
|
685
|
-
// Convert pack result to expected format
|
|
686
|
-
const result = {
|
|
687
|
-
totalSize: packResult.totalSize,
|
|
688
|
-
tensorLocations: packResult.tensors,
|
|
689
|
-
};
|
|
690
|
-
|
|
691
|
-
// Copy shard infos
|
|
692
|
-
for (const shard of packResult.shards) {
|
|
693
|
-
shardInfos.push(shard);
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
if (signal?.aborted) throw new DOMException('Cancelled', 'AbortError');
|
|
697
|
-
|
|
698
|
-
// Create manifest using shared function
|
|
699
|
-
reportProgress({
|
|
700
|
-
stage: ConvertStage.MANIFEST,
|
|
701
|
-
message: 'Creating manifest...',
|
|
702
|
-
});
|
|
703
|
-
|
|
704
|
-
// Convert to ParsedModel format for createManifest
|
|
705
|
-
const parsedModel = {
|
|
706
|
-
tensors: tensorPlans.map(t => ({
|
|
707
|
-
name: t.name,
|
|
708
|
-
shape: t.shape,
|
|
709
|
-
dtype: t.dtype,
|
|
710
|
-
size: t.size,
|
|
711
|
-
offset: t.offset,
|
|
712
|
-
})),
|
|
713
|
-
config: (config || modelInfo.config || {}),
|
|
714
|
-
architecture: modelInfo.architecture,
|
|
715
|
-
quantization: manifestQuantization,
|
|
716
|
-
tokenizerJson,
|
|
717
|
-
tokenizerConfig,
|
|
718
|
-
tokenizerModel: tokenizerModel ? 'tokenizer.model' : null,
|
|
719
|
-
};
|
|
720
|
-
|
|
721
|
-
const manifestTimer = createStageTimer('Manifest');
|
|
722
|
-
const effectiveQuantizationInfo = resolveEffectiveQuantizationInfo(
|
|
723
|
-
quantizationInfo,
|
|
724
|
-
tensorPlans
|
|
725
|
-
);
|
|
726
|
-
const effectiveManifestQuantization = resolveManifestQuantization(
|
|
727
|
-
effectiveQuantizationInfo.weights,
|
|
728
|
-
manifestQuantization
|
|
729
|
-
);
|
|
730
|
-
|
|
731
|
-
const manifest = createManifest(
|
|
732
|
-
modelId,
|
|
733
|
-
parsedModel,
|
|
734
|
-
shardInfos,
|
|
735
|
-
result.tensorLocations,
|
|
736
|
-
{
|
|
737
|
-
source: 'browser-converter',
|
|
738
|
-
inference: manifestInference,
|
|
739
|
-
modelType,
|
|
740
|
-
quantization: effectiveManifestQuantization,
|
|
741
|
-
quantizationInfo: effectiveQuantizationInfo,
|
|
742
|
-
hashAlgorithm,
|
|
743
|
-
architecture: diffusionArchitecture ?? undefined,
|
|
744
|
-
eosTokenId: diffusionEosTokenId,
|
|
745
|
-
convertedAt: resolvedConverterConfig?.manifest?.conversion?.convertedAt ?? null,
|
|
746
|
-
conversionInfo: resolvedConverterConfig?.manifest?.conversion ?? null,
|
|
747
|
-
}
|
|
748
|
-
);
|
|
749
|
-
|
|
750
|
-
manifest.groups = packResult.groups;
|
|
751
|
-
manifest.tensorCount = packResult.tensorCount;
|
|
752
|
-
if (manifest.tokenizer) {
|
|
753
|
-
if (manifest.tokenizer.type === 'bundled' || manifest.tokenizer.type === 'huggingface') {
|
|
754
|
-
manifest.tokenizer.file = manifest.tokenizer.file ?? 'tokenizer.json';
|
|
755
|
-
}
|
|
756
|
-
if (manifest.tokenizer.type === 'sentencepiece') {
|
|
757
|
-
manifest.tokenizer.sentencepieceModel = manifest.tokenizer.sentencepieceModel ?? 'tokenizer.model';
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
if (tokenizerJson) {
|
|
762
|
-
await saveTokenizer(JSON.stringify(tokenizerJson));
|
|
763
|
-
}
|
|
764
|
-
if (tokenizerModel) {
|
|
765
|
-
await saveTokenizerModel(tokenizerModel);
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
// Save manifest
|
|
769
|
-
await saveManifest(JSON.stringify(manifest, null, 2));
|
|
770
|
-
|
|
771
|
-
try {
|
|
772
|
-
await registerModel({
|
|
773
|
-
modelId,
|
|
774
|
-
totalSize: manifest.totalSize ?? result.totalSize,
|
|
775
|
-
quantization: manifest.quantization,
|
|
776
|
-
hashAlgorithm: manifest.hashAlgorithm,
|
|
777
|
-
backend: getStorageBackendType(),
|
|
778
|
-
});
|
|
779
|
-
} catch {
|
|
780
|
-
// Registry is optional; ignore failures
|
|
781
|
-
}
|
|
782
|
-
manifestTimer.stop();
|
|
783
|
-
|
|
784
|
-
reportProgress({
|
|
785
|
-
stage: ConvertStage.COMPLETE,
|
|
786
|
-
message: 'Conversion complete!',
|
|
787
|
-
modelId,
|
|
788
|
-
shardCount: shardInfos.length,
|
|
789
|
-
totalSize: formatBytes(result.totalSize),
|
|
790
|
-
});
|
|
791
|
-
|
|
792
|
-
if (cleanupTasks.length > 0) {
|
|
793
|
-
await Promise.allSettled(cleanupTasks.map((task) => task()));
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
const totalMs = performance.now() - conversionStart;
|
|
797
|
-
log.info(
|
|
798
|
-
'Convert',
|
|
799
|
-
`Complete: ${formatBytes(result.totalSize)} in ${totalMs.toFixed(0)}ms`
|
|
800
|
-
);
|
|
801
|
-
trace.perf('Convert total', {
|
|
802
|
-
ms: totalMs,
|
|
803
|
-
tensors: modelInfo.tensors.length,
|
|
804
|
-
totalSize: result.totalSize,
|
|
805
|
-
shardCount: shardInfos.length,
|
|
806
|
-
});
|
|
807
|
-
|
|
808
|
-
return modelId;
|
|
809
|
-
} catch (error) {
|
|
810
|
-
const totalMs = performance.now() - conversionStart;
|
|
811
|
-
log.error('Convert', `Failed after ${totalMs.toFixed(0)}ms: ${error.message}`);
|
|
812
|
-
// Cleanup on error
|
|
813
|
-
if (modelId) {
|
|
814
|
-
try {
|
|
815
|
-
await deleteModel(modelId);
|
|
816
|
-
} catch {
|
|
817
|
-
// Ignore cleanup errors
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
reportProgress({
|
|
822
|
-
stage: ConvertStage.ERROR,
|
|
823
|
-
message: error.message,
|
|
824
|
-
error: error,
|
|
825
|
-
});
|
|
826
|
-
|
|
827
|
-
throw error;
|
|
828
|
-
}
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
async function parseGGUFModel(
|
|
833
|
-
file,
|
|
834
|
-
onProgress,
|
|
835
|
-
signal
|
|
836
|
-
) {
|
|
837
|
-
return parseSharedGGUFModel({
|
|
838
|
-
file,
|
|
839
|
-
parseGGUFHeaderFromSource,
|
|
840
|
-
normalizeTensorSource,
|
|
841
|
-
onProgress,
|
|
842
|
-
signal,
|
|
843
|
-
});
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
async function* streamSourceRange(source, offset, size, chunkSize) {
|
|
848
|
-
let cursor = offset;
|
|
849
|
-
const end = offset + size;
|
|
850
|
-
|
|
851
|
-
while (cursor < end) {
|
|
852
|
-
const next = Math.min(cursor + chunkSize, end);
|
|
853
|
-
const buffer = await source.readRange(cursor, next - cursor);
|
|
854
|
-
yield new Uint8Array(buffer);
|
|
855
|
-
cursor = next;
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
function extractModelId(files, config) {
|
|
861
|
-
// Try config first
|
|
862
|
-
if (config?._name_or_path) {
|
|
863
|
-
const parts = config._name_or_path.split('/');
|
|
864
|
-
return parts[parts.length - 1];
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
const safetensorsFiles = files.filter((f) => getBaseName(getFilePath(f)).toLowerCase().endsWith('.safetensors'));
|
|
868
|
-
const rootSafetensors = safetensorsFiles.find((f) => !normalizePath(getFilePath(f)).includes('/'));
|
|
869
|
-
const stFile = rootSafetensors || safetensorsFiles.find((f) => {
|
|
870
|
-
const base = getBaseName(getFilePath(f)).toLowerCase();
|
|
871
|
-
return !base.startsWith('model-') && !base.includes('-of-');
|
|
872
|
-
}) || safetensorsFiles[0];
|
|
873
|
-
if (stFile) {
|
|
874
|
-
const base = getBaseName(getFilePath(stFile));
|
|
875
|
-
return base.replace(/\.safetensors$/, '').replace(/model[-_.]?/, '');
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
// Try GGUF file name
|
|
879
|
-
const ggufFile = files.find((f) => f.name.endsWith('.gguf'));
|
|
880
|
-
if (ggufFile) {
|
|
881
|
-
return ggufFile.name.replace(/\.gguf$/, '');
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
return null;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
// ============================================================================
|
|
888
|
-
// File Picker Utilities
|
|
889
|
-
// ============================================================================
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
export async function pickModelFiles() {
|
|
893
|
-
const browserGlobal = typeof globalThis !== 'undefined' ? globalThis : null;
|
|
894
|
-
if (!browserGlobal) {
|
|
895
|
-
throw new Error('File picker APIs are unavailable outside browser contexts');
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
// Try directory picker first (for HuggingFace models)
|
|
899
|
-
if ('showDirectoryPicker' in browserGlobal) {
|
|
900
|
-
try {
|
|
901
|
-
const dirHandle = await browserGlobal.showDirectoryPicker({
|
|
902
|
-
mode: 'read',
|
|
903
|
-
});
|
|
904
|
-
return await collectFilesFromDirectory(dirHandle);
|
|
905
|
-
} catch (e) {
|
|
906
|
-
if (e.name === 'AbortError') throw e;
|
|
907
|
-
// Fall back to file picker
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// Fall back to file picker
|
|
912
|
-
if ('showOpenFilePicker' in browserGlobal) {
|
|
913
|
-
const handles = await browserGlobal.showOpenFilePicker({
|
|
914
|
-
multiple: true,
|
|
915
|
-
types: [
|
|
916
|
-
{
|
|
917
|
-
description: 'Model files',
|
|
918
|
-
accept: {
|
|
919
|
-
'application/octet-stream': ['.gguf', '.safetensors', '.bin'],
|
|
920
|
-
'application/json': ['.json'],
|
|
921
|
-
},
|
|
922
|
-
},
|
|
923
|
-
],
|
|
924
|
-
});
|
|
925
|
-
return Promise.all(handles.map((h) => h.getFile()));
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
// Ultimate fallback: input element
|
|
929
|
-
return new Promise((resolve) => {
|
|
930
|
-
const input = document.createElement('input');
|
|
931
|
-
input.type = 'file';
|
|
932
|
-
input.multiple = true;
|
|
933
|
-
input.accept = '.gguf,.safetensors,.json,.bin';
|
|
934
|
-
input.onchange = () => {
|
|
935
|
-
resolve(Array.from(input.files || []));
|
|
936
|
-
};
|
|
937
|
-
input.click();
|
|
938
|
-
});
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
async function collectFilesFromDirectory(
|
|
943
|
-
dirHandle,
|
|
944
|
-
files = [],
|
|
945
|
-
basePath = '',
|
|
946
|
-
depth = 0
|
|
947
|
-
) {
|
|
948
|
-
if (depth > 4) {
|
|
949
|
-
throw new Error(
|
|
950
|
-
`Model directory exceeds supported depth (4) near "${basePath || dirHandle?.name || '.'}". ` +
|
|
951
|
-
'Choose a shallower directory root or flatten the model files.'
|
|
952
|
-
);
|
|
953
|
-
}
|
|
954
|
-
const entries = dirHandle.values();
|
|
955
|
-
for await (const entry of entries) {
|
|
956
|
-
if (entry.kind === 'file') {
|
|
957
|
-
const file = await entry.getFile();
|
|
958
|
-
// Only include relevant files
|
|
959
|
-
if (
|
|
960
|
-
file.name.endsWith('.safetensors') ||
|
|
961
|
-
file.name.endsWith('.gguf') ||
|
|
962
|
-
file.name.endsWith('.json') ||
|
|
963
|
-
file.name === 'tokenizer.model'
|
|
964
|
-
) {
|
|
965
|
-
const relativePath = basePath ? `${basePath}/${entry.name}` : entry.name;
|
|
966
|
-
attachRelativePath(file, relativePath);
|
|
967
|
-
files.push(file);
|
|
968
|
-
}
|
|
969
|
-
} else if (entry.kind === 'directory') {
|
|
970
|
-
const nextBasePath = basePath ? `${basePath}/${entry.name}` : entry.name;
|
|
971
|
-
await collectFilesFromDirectory(entry, files, nextBasePath, depth + 1);
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
return files;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
export default convertModel;
|