@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
package/src/converter/core.js
DELETED
|
@@ -1,1383 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
// Constants
|
|
5
|
-
SHARD_SIZE as SCHEMA_SHARD_SIZE,
|
|
6
|
-
RDRR_VERSION as SCHEMA_RDRR_VERSION,
|
|
7
|
-
ConversionStage as SchemaConversionStage,
|
|
8
|
-
DEFAULT_MANIFEST_INFERENCE,
|
|
9
|
-
formatBytes,
|
|
10
|
-
} from '../config/schema/index.js';
|
|
11
|
-
|
|
12
|
-
import { classifyTensor, classifyTensorRole, generateShardFilename } from '../formats/rdrr/index.js';
|
|
13
|
-
import { log } from '../debug/index.js';
|
|
14
|
-
import {
|
|
15
|
-
getInferenceLayerPatternContractArtifact,
|
|
16
|
-
selectRuleValue,
|
|
17
|
-
} from '../rules/rule-registry.js';
|
|
18
|
-
import {
|
|
19
|
-
createConverterConfig,
|
|
20
|
-
detectPreset,
|
|
21
|
-
listPresets,
|
|
22
|
-
resolvePreset,
|
|
23
|
-
} from '../config/index.js';
|
|
24
|
-
import { buildExecutionContractArtifact } from '../config/execution-contract-check.js';
|
|
25
|
-
import { buildManifestRequiredInferenceFieldsArtifact } from '../config/required-inference-fields-contract-check.js';
|
|
26
|
-
import { buildManifestInference, inferEmbeddingOutputConfig } from './manifest-inference.js';
|
|
27
|
-
import { resolveEosTokenId } from './tokenizer-utils.js';
|
|
28
|
-
import {
|
|
29
|
-
normalizeQ4KLayout,
|
|
30
|
-
resolveManifestQuantization,
|
|
31
|
-
resolveEffectiveQuantizationInfo,
|
|
32
|
-
} from './quantization-info.js';
|
|
33
|
-
import {
|
|
34
|
-
float16ToFloat32,
|
|
35
|
-
float32ToFloat16,
|
|
36
|
-
quantizeToQ4KM,
|
|
37
|
-
quantizeToQ4KMRowWise,
|
|
38
|
-
quantizeToQ4KMColumnWise,
|
|
39
|
-
} from './quantizer.js';
|
|
40
|
-
|
|
41
|
-
const CONVERSION_SUPPORTED_PRESETS = [...listPresets()]
|
|
42
|
-
.filter((presetId) => !['transformer', 'diffusion'].includes(presetId))
|
|
43
|
-
.sort()
|
|
44
|
-
.join(', ');
|
|
45
|
-
|
|
46
|
-
// ============================================================================
|
|
47
|
-
// Re-exports for Backward Compatibility
|
|
48
|
-
// ============================================================================
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export const ConvertStage = SchemaConversionStage;
|
|
52
|
-
|
|
53
|
-
// Re-export constants
|
|
54
|
-
export const SHARD_SIZE = SCHEMA_SHARD_SIZE;
|
|
55
|
-
export const RDRR_VERSION = SCHEMA_RDRR_VERSION;
|
|
56
|
-
|
|
57
|
-
// ============================================================================
|
|
58
|
-
// Pure Functions (no I/O, no platform dependencies)
|
|
59
|
-
// ============================================================================
|
|
60
|
-
|
|
61
|
-
function resolveTokenizerId(value) {
|
|
62
|
-
if (typeof value === 'number') return value;
|
|
63
|
-
return null;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
function resolveTokenizerIds(value) {
|
|
67
|
-
if (Array.isArray(value) && value.every((id) => typeof id === 'number')) {
|
|
68
|
-
return value;
|
|
69
|
-
}
|
|
70
|
-
if (typeof value === 'number') return [value];
|
|
71
|
-
return null;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
function resolveTokenizerField(tokenizerConfig, ...keys) {
|
|
75
|
-
if (!tokenizerConfig) return null;
|
|
76
|
-
for (const key of keys) {
|
|
77
|
-
if (tokenizerConfig[key] != null) {
|
|
78
|
-
return tokenizerConfig[key];
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
return null;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
function resolveTokenizerVocabSize(tokenizerConfig, rawConfig, architecture) {
|
|
85
|
-
const nestedTextConfig = getNestedTextConfig(rawConfig);
|
|
86
|
-
const configVocab = rawConfig?.vocab_size ?? nestedTextConfig?.vocab_size;
|
|
87
|
-
const tokenizerVocab = tokenizerConfig?.vocab_size ?? tokenizerConfig?.vocabSize;
|
|
88
|
-
const archVocab = architecture?.vocabSize;
|
|
89
|
-
return tokenizerVocab ?? configVocab ?? archVocab ?? null;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
export function normalizeStorageQuant(value) {
|
|
93
|
-
if (value == null) return null;
|
|
94
|
-
const lower = String(value).trim().toLowerCase();
|
|
95
|
-
if (!lower) return null;
|
|
96
|
-
if (lower === 'fp16' || lower === 'float16') return 'f16';
|
|
97
|
-
if (lower === 'fp32' || lower === 'float32') return 'f32';
|
|
98
|
-
if (lower === 'bfloat16') return 'bf16';
|
|
99
|
-
if (lower === 'q4_k_m' || lower === 'q4km') return 'q4k';
|
|
100
|
-
return lower;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export function resolveTensorTargetQuant(tensorName, fallbackQuant, quantizationInfo) {
|
|
104
|
-
const fallback = normalizeStorageQuant(fallbackQuant);
|
|
105
|
-
if (!quantizationInfo || typeof quantizationInfo !== 'object') {
|
|
106
|
-
return fallback;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
const role = classifyTensorRole(tensorName);
|
|
110
|
-
if (role === 'embedding') {
|
|
111
|
-
return normalizeStorageQuant(quantizationInfo.embeddings ?? fallback) ?? fallback;
|
|
112
|
-
}
|
|
113
|
-
if (role === 'lm_head') {
|
|
114
|
-
const headQuant = quantizationInfo.lmHead ?? quantizationInfo.embeddings ?? fallback;
|
|
115
|
-
return normalizeStorageQuant(headQuant) ?? fallback;
|
|
116
|
-
}
|
|
117
|
-
if (role === 'vision') {
|
|
118
|
-
return normalizeStorageQuant(quantizationInfo.vision ?? fallback) ?? fallback;
|
|
119
|
-
}
|
|
120
|
-
if (role === 'projector') {
|
|
121
|
-
return normalizeStorageQuant(quantizationInfo.projector ?? fallback) ?? fallback;
|
|
122
|
-
}
|
|
123
|
-
if (role === 'audio') {
|
|
124
|
-
return normalizeStorageQuant(quantizationInfo.audio ?? fallback) ?? fallback;
|
|
125
|
-
}
|
|
126
|
-
return normalizeStorageQuant(quantizationInfo.weights ?? fallback) ?? fallback;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
function bf16ToFloat32(value) {
|
|
130
|
-
const view = new DataView(new ArrayBuffer(4));
|
|
131
|
-
view.setUint32(0, (value & 0xffff) << 16, true);
|
|
132
|
-
return view.getFloat32(0, true);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
function normalizeTensorName(tensor) {
|
|
136
|
-
const name = tensor?.name;
|
|
137
|
-
return typeof name === 'string' ? name : '';
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
function shouldExcludeTextOnlyTensor(name) {
|
|
141
|
-
const lower = name.toLowerCase();
|
|
142
|
-
return lower.startsWith('vision_tower.')
|
|
143
|
-
|| lower.startsWith('vision_model.')
|
|
144
|
-
|| lower.startsWith('visual.')
|
|
145
|
-
|| lower.startsWith('model.visual.')
|
|
146
|
-
|| lower.startsWith('vision.')
|
|
147
|
-
|| lower.startsWith('model.vision.')
|
|
148
|
-
|| lower.startsWith('vision_encoder.')
|
|
149
|
-
|| lower.startsWith('image_encoder.')
|
|
150
|
-
|| lower.startsWith('image_tower.')
|
|
151
|
-
|| lower.startsWith('image.')
|
|
152
|
-
|| lower.startsWith('model.image.')
|
|
153
|
-
|| lower.startsWith('audio_tower.')
|
|
154
|
-
|| lower.startsWith('audio_model.')
|
|
155
|
-
|| lower.startsWith('audio.')
|
|
156
|
-
|| lower.startsWith('model.audio.')
|
|
157
|
-
|| lower.startsWith('audio_encoder.')
|
|
158
|
-
|| lower.startsWith('multi_modal_projector.')
|
|
159
|
-
|| lower.startsWith('model.multi_modal_projector.')
|
|
160
|
-
|| lower.startsWith('mm_projector.')
|
|
161
|
-
|| lower.startsWith('model.mm_projector.');
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
function resolveConversionTensors(model, converterConfig) {
|
|
165
|
-
const source = Array.isArray(model?.tensors) ? model.tensors : [];
|
|
166
|
-
if (source.length === 0) {
|
|
167
|
-
return source;
|
|
168
|
-
}
|
|
169
|
-
const textOnly = converterConfig?.output?.textOnly === true;
|
|
170
|
-
if (!textOnly) {
|
|
171
|
-
return source;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
const hasLanguageModelNamespace = source.some((tensor) => {
|
|
175
|
-
const lower = normalizeTensorName(tensor).toLowerCase();
|
|
176
|
-
return lower.startsWith('language_model.') || lower.startsWith('model.language_model.');
|
|
177
|
-
});
|
|
178
|
-
if (hasLanguageModelNamespace) {
|
|
179
|
-
return source.filter((tensor) => {
|
|
180
|
-
const lower = normalizeTensorName(tensor).toLowerCase();
|
|
181
|
-
return lower.startsWith('language_model.') || lower.startsWith('model.language_model.');
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
return source.filter((tensor) => (
|
|
186
|
-
!shouldExcludeTextOnlyTensor(normalizeTensorName(tensor))
|
|
187
|
-
));
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
function toFloat32ForQ4K(tensorData, sourceDtype, tensorName) {
|
|
191
|
-
const dtype = String(sourceDtype || '').toUpperCase();
|
|
192
|
-
if (dtype === 'F32') {
|
|
193
|
-
if (tensorData.byteLength % 4 !== 0) {
|
|
194
|
-
throw new Error(`Invalid F32 tensor byte length for ${tensorName}: ${tensorData.byteLength}`);
|
|
195
|
-
}
|
|
196
|
-
return new Float32Array(
|
|
197
|
-
tensorData.buffer,
|
|
198
|
-
tensorData.byteOffset,
|
|
199
|
-
tensorData.byteLength / 4
|
|
200
|
-
);
|
|
201
|
-
}
|
|
202
|
-
if (dtype === 'F16') {
|
|
203
|
-
if (tensorData.byteLength % 2 !== 0) {
|
|
204
|
-
throw new Error(`Invalid F16 tensor byte length for ${tensorName}: ${tensorData.byteLength}`);
|
|
205
|
-
}
|
|
206
|
-
const f16 = new Uint16Array(
|
|
207
|
-
tensorData.buffer,
|
|
208
|
-
tensorData.byteOffset,
|
|
209
|
-
tensorData.byteLength / 2
|
|
210
|
-
);
|
|
211
|
-
const f32 = new Float32Array(f16.length);
|
|
212
|
-
for (let i = 0; i < f16.length; i++) {
|
|
213
|
-
f32[i] = float16ToFloat32(f16[i]);
|
|
214
|
-
}
|
|
215
|
-
return f32;
|
|
216
|
-
}
|
|
217
|
-
if (dtype === 'BF16') {
|
|
218
|
-
if (tensorData.byteLength % 2 !== 0) {
|
|
219
|
-
throw new Error(`Invalid BF16 tensor byte length for ${tensorName}: ${tensorData.byteLength}`);
|
|
220
|
-
}
|
|
221
|
-
const bf16 = new Uint16Array(
|
|
222
|
-
tensorData.buffer,
|
|
223
|
-
tensorData.byteOffset,
|
|
224
|
-
tensorData.byteLength / 2
|
|
225
|
-
);
|
|
226
|
-
const f32 = new Float32Array(bf16.length);
|
|
227
|
-
for (let i = 0; i < bf16.length; i++) {
|
|
228
|
-
f32[i] = bf16ToFloat32(bf16[i]);
|
|
229
|
-
}
|
|
230
|
-
return f32;
|
|
231
|
-
}
|
|
232
|
-
throw new Error(`Cannot quantize ${tensorName} from ${dtype} to Q4_K_M`);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
function resolveConfigTokenId(rawConfig, key) {
|
|
236
|
-
const direct = rawConfig?.[key];
|
|
237
|
-
const nested = getNestedTextConfig(rawConfig)?.[key];
|
|
238
|
-
return resolveTokenizerId(direct ?? nested);
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
function resolveConfigTokenIds(rawConfig, key) {
|
|
242
|
-
const direct = rawConfig?.[key];
|
|
243
|
-
const nested = getNestedTextConfig(rawConfig)?.[key];
|
|
244
|
-
return resolveTokenizerIds(direct ?? nested);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
function resolveMoEConfigNumber(rawConfig, ...keys) {
|
|
248
|
-
const nestedTextConfig = getNestedTextConfig(rawConfig);
|
|
249
|
-
for (const key of keys) {
|
|
250
|
-
const direct = rawConfig?.[key];
|
|
251
|
-
if (Number.isFinite(direct) && direct > 0) return Number(direct);
|
|
252
|
-
const nested = nestedTextConfig?.[key];
|
|
253
|
-
if (Number.isFinite(nested) && nested > 0) return Number(nested);
|
|
254
|
-
}
|
|
255
|
-
return null;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
function normalizeTensorShape(value) {
|
|
259
|
-
if (!Array.isArray(value) || value.length !== 2) return null;
|
|
260
|
-
const rows = Number(value[0]);
|
|
261
|
-
const cols = Number(value[1]);
|
|
262
|
-
if (!Number.isFinite(rows) || !Number.isFinite(cols)) return null;
|
|
263
|
-
if (rows <= 0 || cols <= 0) return null;
|
|
264
|
-
return [Math.trunc(rows), Math.trunc(cols)];
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
function isExpertTensorName(name) {
|
|
268
|
-
const lower = String(name || '').toLowerCase();
|
|
269
|
-
return lower.includes('.experts.') || lower.includes('.expert.') || lower.includes('block_sparse_moe');
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
function inferDenseIntermediateSizeFromTensorEntries(entries) {
|
|
273
|
-
if (!Array.isArray(entries) || entries.length === 0) return null;
|
|
274
|
-
const candidates = [];
|
|
275
|
-
for (const entry of entries) {
|
|
276
|
-
const name = String(entry?.name || '');
|
|
277
|
-
if (!name || isExpertTensorName(name)) continue;
|
|
278
|
-
const shape = normalizeTensorShape(entry?.shape);
|
|
279
|
-
if (!shape) continue;
|
|
280
|
-
const lower = name.toLowerCase();
|
|
281
|
-
if (
|
|
282
|
-
lower.endsWith('.feed_forward.w1.weight')
|
|
283
|
-
|| lower.endsWith('.feed_forward.w3.weight')
|
|
284
|
-
|| lower.endsWith('.ffn_gate.weight')
|
|
285
|
-
|| lower.endsWith('.ffn_up.weight')
|
|
286
|
-
|| lower.endsWith('.ffn.gate_proj.weight')
|
|
287
|
-
|| lower.endsWith('.ffn.up_proj.weight')
|
|
288
|
-
|| lower.endsWith('.mlp.gate_proj.weight')
|
|
289
|
-
|| lower.endsWith('.mlp.up_proj.weight')
|
|
290
|
-
) {
|
|
291
|
-
candidates.push(shape[0]);
|
|
292
|
-
continue;
|
|
293
|
-
}
|
|
294
|
-
if (
|
|
295
|
-
lower.endsWith('.feed_forward.w2.weight')
|
|
296
|
-
|| lower.endsWith('.ffn_down.weight')
|
|
297
|
-
|| lower.endsWith('.ffn.down_proj.weight')
|
|
298
|
-
|| lower.endsWith('.mlp.down_proj.weight')
|
|
299
|
-
) {
|
|
300
|
-
candidates.push(shape[1]);
|
|
301
|
-
continue;
|
|
302
|
-
}
|
|
303
|
-
if (
|
|
304
|
-
lower.endsWith('.feed_forward.w1_w3.weight')
|
|
305
|
-
|| lower.endsWith('.ffn_gate_up.weight')
|
|
306
|
-
|| lower.endsWith('.ffn.gate_up_proj.weight')
|
|
307
|
-
|| lower.endsWith('.mlp.gate_up_proj.weight')
|
|
308
|
-
) {
|
|
309
|
-
if (shape[0] % 2 === 0) {
|
|
310
|
-
candidates.push(Math.trunc(shape[0] / 2));
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
if (candidates.length === 0) return null;
|
|
315
|
-
const counts = new Map();
|
|
316
|
-
for (const value of candidates) {
|
|
317
|
-
counts.set(value, (counts.get(value) ?? 0) + 1);
|
|
318
|
-
}
|
|
319
|
-
return [...counts.entries()]
|
|
320
|
-
.sort((a, b) => {
|
|
321
|
-
if (b[1] !== a[1]) return b[1] - a[1];
|
|
322
|
-
return a[0] - b[0];
|
|
323
|
-
})[0]?.[0] ?? null;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
function resolveIntermediateSizeFromTensors(architecture, model, tensorLocations, rawConfig, modelId) {
|
|
327
|
-
if (!architecture || typeof architecture !== 'object') return architecture;
|
|
328
|
-
const current = architecture.intermediateSize;
|
|
329
|
-
if (typeof current !== 'number' || !Number.isFinite(current) || current <= 0) {
|
|
330
|
-
return architecture;
|
|
331
|
-
}
|
|
332
|
-
const modelType = String(rawConfig?.model_type ?? getNestedTextConfig(rawConfig)?.model_type ?? '').toLowerCase();
|
|
333
|
-
if (modelType !== 'lfm2') {
|
|
334
|
-
return architecture;
|
|
335
|
-
}
|
|
336
|
-
const entries = Array.isArray(model?.tensors) && model.tensors.length > 0
|
|
337
|
-
? model.tensors
|
|
338
|
-
: Object.entries(tensorLocations ?? {}).map(([name, location]) => ({ name, shape: location?.shape }));
|
|
339
|
-
const inferred = inferDenseIntermediateSizeFromTensorEntries(entries);
|
|
340
|
-
if (inferred == null || inferred === current) {
|
|
341
|
-
return architecture;
|
|
342
|
-
}
|
|
343
|
-
log.warn(
|
|
344
|
-
'Convert',
|
|
345
|
-
`Adjusted architecture.intermediateSize for "${modelId}": ${current} -> ${inferred} (from FFN tensor shapes)`
|
|
346
|
-
);
|
|
347
|
-
return {
|
|
348
|
-
...architecture,
|
|
349
|
-
intermediateSize: inferred,
|
|
350
|
-
};
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
function modelHasMoETensors(model) {
|
|
354
|
-
if (!Array.isArray(model?.tensors)) return false;
|
|
355
|
-
return model.tensors.some((tensor) => {
|
|
356
|
-
const name = String(tensor?.name || '').toLowerCase();
|
|
357
|
-
return (
|
|
358
|
-
name.includes('.experts.') ||
|
|
359
|
-
name.includes('.expert.') ||
|
|
360
|
-
name.includes('block_sparse_moe')
|
|
361
|
-
);
|
|
362
|
-
});
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
function resolveMoEExpertFormat(rawConfig, resolvedModelType, quantizationInfo, explicitFormat) {
|
|
366
|
-
if (explicitFormat) return explicitFormat;
|
|
367
|
-
const fromQuant = quantizationInfo?.expertsFormat;
|
|
368
|
-
if (typeof fromQuant === 'string' && fromQuant.length > 0) {
|
|
369
|
-
return fromQuant;
|
|
370
|
-
}
|
|
371
|
-
const modelType = String(
|
|
372
|
-
resolvedModelType ??
|
|
373
|
-
rawConfig?.model_type ??
|
|
374
|
-
getNestedTextConfig(rawConfig)?.model_type ??
|
|
375
|
-
''
|
|
376
|
-
).toLowerCase();
|
|
377
|
-
if (modelType.includes('gpt_oss') || modelType.includes('gpt-oss') || modelType.includes('gptoss')) {
|
|
378
|
-
return 'gpt-oss';
|
|
379
|
-
}
|
|
380
|
-
return 'mixtral';
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
function normalizeMoEConfig(config, contextLabel) {
|
|
384
|
-
if (!config) return null;
|
|
385
|
-
const numExperts = Number(config.numExperts);
|
|
386
|
-
const numExpertsPerToken = Number(config.numExpertsPerToken);
|
|
387
|
-
const expertFormat = String(config.expertFormat || '').trim();
|
|
388
|
-
const allowedExpertFormat = expertFormat === 'gpt-oss' || expertFormat === 'mixtral';
|
|
389
|
-
if (!Number.isFinite(numExperts) || numExperts <= 0) {
|
|
390
|
-
throw new Error(`Invalid moeConfig.numExperts for ${contextLabel}`);
|
|
391
|
-
}
|
|
392
|
-
if (!Number.isFinite(numExpertsPerToken) || numExpertsPerToken <= 0) {
|
|
393
|
-
throw new Error(`Invalid moeConfig.numExpertsPerToken for ${contextLabel}`);
|
|
394
|
-
}
|
|
395
|
-
if (numExpertsPerToken > numExperts) {
|
|
396
|
-
throw new Error(`Invalid moeConfig for ${contextLabel}: numExpertsPerToken cannot exceed numExperts`);
|
|
397
|
-
}
|
|
398
|
-
if (!allowedExpertFormat) {
|
|
399
|
-
throw new Error(`Invalid moeConfig.expertFormat for ${contextLabel}: "${expertFormat}"`);
|
|
400
|
-
}
|
|
401
|
-
return {
|
|
402
|
-
numExperts,
|
|
403
|
-
numExpertsPerToken,
|
|
404
|
-
expertFormat,
|
|
405
|
-
};
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
function resolveManifestMoEConfig(model, options, rawConfig, resolvedModelType) {
|
|
409
|
-
const explicit = normalizeMoEConfig(options?.moeConfig ?? null, options?.modelId ?? 'model');
|
|
410
|
-
if (explicit) return explicit;
|
|
411
|
-
|
|
412
|
-
const hasMoETensors = modelHasMoETensors(model);
|
|
413
|
-
const numExperts = resolveMoEConfigNumber(rawConfig, 'num_local_experts', 'num_experts', 'expertCount');
|
|
414
|
-
|
|
415
|
-
// If the checkpoint does not expose MoE tensors and config does not declare experts,
|
|
416
|
-
// this is a dense model and should not emit moeConfig.
|
|
417
|
-
if (!hasMoETensors && (!numExperts || numExperts <= 1)) {
|
|
418
|
-
return null;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
if (!numExperts || numExperts <= 0) {
|
|
422
|
-
throw new Error(
|
|
423
|
-
`MoE tensors detected for "${options?.modelId ?? 'model'}" but expert count is missing in config`
|
|
424
|
-
);
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
const numExpertsPerToken = resolveMoEConfigNumber(
|
|
428
|
-
rawConfig,
|
|
429
|
-
'num_experts_per_tok',
|
|
430
|
-
'num_experts_per_token',
|
|
431
|
-
'experts_per_token',
|
|
432
|
-
'expertUsedCount'
|
|
433
|
-
);
|
|
434
|
-
|
|
435
|
-
if (!numExpertsPerToken) {
|
|
436
|
-
throw new Error(
|
|
437
|
-
`MoE model "${options?.modelId ?? 'model'}" missing experts-per-token config ` +
|
|
438
|
-
'(expected num_experts_per_tok/num_experts_per_token/experts_per_token)'
|
|
439
|
-
);
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
const expertFormat = resolveMoEExpertFormat(
|
|
443
|
-
rawConfig,
|
|
444
|
-
resolvedModelType,
|
|
445
|
-
options?.quantizationInfo ?? null,
|
|
446
|
-
null
|
|
447
|
-
);
|
|
448
|
-
|
|
449
|
-
return normalizeMoEConfig(
|
|
450
|
-
{ numExperts, numExpertsPerToken, expertFormat },
|
|
451
|
-
options?.modelId ?? 'model'
|
|
452
|
-
);
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
function buildSentencepieceTokenizer(tokenizerConfig, rawConfig, architecture, modelTokenizerModel) {
|
|
456
|
-
if (!modelTokenizerModel) return null;
|
|
457
|
-
|
|
458
|
-
const vocabSize = resolveTokenizerVocabSize(tokenizerConfig, rawConfig, architecture);
|
|
459
|
-
const sentencepieceModel = typeof modelTokenizerModel === 'string'
|
|
460
|
-
? modelTokenizerModel
|
|
461
|
-
: modelTokenizerModel?.file ?? 'tokenizer.model';
|
|
462
|
-
|
|
463
|
-
const bosTokenId = resolveTokenizerId(
|
|
464
|
-
resolveTokenizerField(tokenizerConfig, 'bos_token_id', 'bosTokenId')
|
|
465
|
-
?? resolveConfigTokenId(rawConfig, 'bos_token_id')
|
|
466
|
-
);
|
|
467
|
-
const eosTokenId = resolveTokenizerId(
|
|
468
|
-
resolveTokenizerField(tokenizerConfig, 'eos_token_id', 'eosTokenId')
|
|
469
|
-
?? resolveConfigTokenId(rawConfig, 'eos_token_id')
|
|
470
|
-
);
|
|
471
|
-
const eosTokens = resolveTokenizerIds(
|
|
472
|
-
resolveTokenizerField(tokenizerConfig, 'eos_token_ids', 'eosTokens', 'eos_token_id')
|
|
473
|
-
?? resolveConfigTokenIds(rawConfig, 'eos_token_ids')
|
|
474
|
-
);
|
|
475
|
-
const padTokenId = resolveTokenizerId(
|
|
476
|
-
resolveTokenizerField(tokenizerConfig, 'pad_token_id', 'padTokenId')
|
|
477
|
-
?? resolveConfigTokenId(rawConfig, 'pad_token_id')
|
|
478
|
-
);
|
|
479
|
-
const unkTokenId = resolveTokenizerId(
|
|
480
|
-
resolveTokenizerField(tokenizerConfig, 'unk_token_id', 'unkTokenId')
|
|
481
|
-
?? resolveConfigTokenId(rawConfig, 'unk_token_id')
|
|
482
|
-
);
|
|
483
|
-
const addBosToken = resolveTokenizerField(tokenizerConfig, 'add_bos_token', 'addBosToken');
|
|
484
|
-
const addEosToken = resolveTokenizerField(tokenizerConfig, 'add_eos_token', 'addEosToken');
|
|
485
|
-
|
|
486
|
-
const tokenizer = {
|
|
487
|
-
type: 'sentencepiece',
|
|
488
|
-
sentencepieceModel,
|
|
489
|
-
vocabSize: vocabSize ?? 0,
|
|
490
|
-
};
|
|
491
|
-
|
|
492
|
-
if (bosTokenId != null) tokenizer.bosTokenId = bosTokenId;
|
|
493
|
-
if (eosTokenId != null) tokenizer.eosTokenId = eosTokenId;
|
|
494
|
-
if (eosTokens) tokenizer.eosTokens = eosTokens;
|
|
495
|
-
if (padTokenId != null) tokenizer.padTokenId = padTokenId;
|
|
496
|
-
if (unkTokenId != null) tokenizer.unkTokenId = unkTokenId;
|
|
497
|
-
if (addBosToken != null) tokenizer.addBosToken = addBosToken;
|
|
498
|
-
if (addEosToken != null) tokenizer.addEosToken = addEosToken;
|
|
499
|
-
|
|
500
|
-
return tokenizer;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
export function resolveBundledTokenizerVocabSize(tokenizerJson) {
|
|
504
|
-
const vocab = tokenizerJson?.model?.vocab;
|
|
505
|
-
if (Array.isArray(vocab)) {
|
|
506
|
-
return vocab.length;
|
|
507
|
-
}
|
|
508
|
-
if (vocab && typeof vocab === 'object') {
|
|
509
|
-
return Object.keys(vocab).length;
|
|
510
|
-
}
|
|
511
|
-
return 0;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export function sanitizeModelId(name) {
|
|
516
|
-
const sanitized = name
|
|
517
|
-
.toLowerCase()
|
|
518
|
-
.replace(/[^a-z0-9_-]/g, '-')
|
|
519
|
-
.replace(/-+/g, '-')
|
|
520
|
-
.replace(/^-|-$/g, '')
|
|
521
|
-
.slice(0, 64);
|
|
522
|
-
return sanitized || null;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
// Re-export formatBytes from schema for backward compatibility
|
|
527
|
-
export { formatBytes };
|
|
528
|
-
|
|
529
|
-
const BF16_ROUND_VIEW = new DataView(new ArrayBuffer(4));
|
|
530
|
-
|
|
531
|
-
function float32ToBFloat16(value) {
|
|
532
|
-
BF16_ROUND_VIEW.setFloat32(0, value, true);
|
|
533
|
-
const bits = BF16_ROUND_VIEW.getUint32(0, true);
|
|
534
|
-
const lsb = (bits >> 16) & 1;
|
|
535
|
-
const roundingBias = 0x7fff + lsb;
|
|
536
|
-
return ((bits + roundingBias) >> 16) & 0xffff;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
function resolveQuantizeEmbeddings(quantizationInfo, explicitValue = null) {
|
|
540
|
-
if (typeof explicitValue === 'boolean') {
|
|
541
|
-
return explicitValue;
|
|
542
|
-
}
|
|
543
|
-
return (
|
|
544
|
-
normalizeStorageQuant(quantizationInfo?.embeddings ?? null) === 'q4k'
|
|
545
|
-
|| normalizeStorageQuant(quantizationInfo?.lmHead ?? null) === 'q4k'
|
|
546
|
-
);
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
export function shouldQuantize(tensorName, shape, options = {}) {
|
|
551
|
-
if (!shape || !Array.isArray(shape) || shape.length === 0) {
|
|
552
|
-
log.warn('Convert', `Invalid shape for tensor "${tensorName}": ${JSON.stringify(shape)}`);
|
|
553
|
-
return false;
|
|
554
|
-
}
|
|
555
|
-
const numElements = shape.reduce((a, b) => a * b, 1);
|
|
556
|
-
const role = classifyTensorRole(tensorName);
|
|
557
|
-
const lower = tensorName.toLowerCase();
|
|
558
|
-
const isBias = lower.endsWith('.bias') || lower.endsWith('_bias');
|
|
559
|
-
const quantizeEmbeddings = options.quantizeEmbeddings ?? false;
|
|
560
|
-
|
|
561
|
-
return selectRuleValue('converter', 'tensorRoles', 'shouldQuantize', {
|
|
562
|
-
numElements,
|
|
563
|
-
role,
|
|
564
|
-
isBias,
|
|
565
|
-
quantizeEmbeddings,
|
|
566
|
-
});
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export function transformTensorBytes(tensor, rawData, options = {}) {
|
|
570
|
-
const tensorDataInput = rawData instanceof Uint8Array ? rawData : new Uint8Array(rawData);
|
|
571
|
-
let tensorData = tensorDataInput;
|
|
572
|
-
let outDtype = tensor.dtype;
|
|
573
|
-
let outLayout = null;
|
|
574
|
-
|
|
575
|
-
const sourceDtype = String(tensor.dtype).toUpperCase();
|
|
576
|
-
const targetQuant = normalizeStorageQuant(options.targetQuant ?? options.quantization ?? null);
|
|
577
|
-
const quantizationInfo = options.quantizationInfo ?? null;
|
|
578
|
-
const tensorTargetQuant = resolveTensorTargetQuant(
|
|
579
|
-
tensor.name,
|
|
580
|
-
targetQuant,
|
|
581
|
-
quantizationInfo
|
|
582
|
-
);
|
|
583
|
-
const q4kLayout = normalizeQ4KLayout(options.q4kLayout ?? quantizationInfo?.layout);
|
|
584
|
-
const quantizeEmbeddings = resolveQuantizeEmbeddings(
|
|
585
|
-
quantizationInfo,
|
|
586
|
-
options.quantizeEmbeddings
|
|
587
|
-
);
|
|
588
|
-
const forceQuantizeDecision = (
|
|
589
|
-
typeof options.forceQuantizeDecision === 'boolean'
|
|
590
|
-
? options.forceQuantizeDecision
|
|
591
|
-
: null
|
|
592
|
-
);
|
|
593
|
-
|
|
594
|
-
if (tensorTargetQuant === 'q4k') {
|
|
595
|
-
const sourceQuant = normalizeStorageQuant(sourceDtype);
|
|
596
|
-
if (sourceQuant === 'q4k') {
|
|
597
|
-
outDtype = 'Q4_K_M';
|
|
598
|
-
if (Array.isArray(tensor.shape) && tensor.shape.length === 2) {
|
|
599
|
-
outLayout = q4kLayout;
|
|
600
|
-
}
|
|
601
|
-
return {
|
|
602
|
-
tensorData,
|
|
603
|
-
outDtype,
|
|
604
|
-
outLayout,
|
|
605
|
-
sourceDtype,
|
|
606
|
-
tensorTargetQuant,
|
|
607
|
-
};
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
const shouldQuantizeTensor = (
|
|
611
|
-
forceQuantizeDecision ?? shouldQuantize(tensor.name, tensor.shape, { quantizeEmbeddings })
|
|
612
|
-
);
|
|
613
|
-
if (shouldQuantizeTensor) {
|
|
614
|
-
const f32Data = toFloat32ForQ4K(tensorData, sourceDtype, tensor.name);
|
|
615
|
-
const quantized = (
|
|
616
|
-
Array.isArray(tensor.shape) && tensor.shape.length === 2
|
|
617
|
-
? (q4kLayout === 'col'
|
|
618
|
-
? quantizeToQ4KMColumnWise(f32Data, tensor.shape)
|
|
619
|
-
: quantizeToQ4KMRowWise(f32Data, tensor.shape))
|
|
620
|
-
: quantizeToQ4KM(f32Data, tensor.shape)
|
|
621
|
-
);
|
|
622
|
-
tensorData = quantized.quantized;
|
|
623
|
-
outDtype = 'Q4_K_M';
|
|
624
|
-
if (Array.isArray(tensor.shape) && tensor.shape.length === 2) {
|
|
625
|
-
outLayout = q4kLayout;
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
} else if (tensorTargetQuant === 'f16' && sourceDtype === 'F32') {
|
|
629
|
-
if (tensorData.byteLength % 4 !== 0) {
|
|
630
|
-
throw new Error(`Invalid F32 tensor byte length for ${tensor.name}: ${tensorData.byteLength}`);
|
|
631
|
-
}
|
|
632
|
-
const f32 = new Float32Array(
|
|
633
|
-
tensorData.buffer,
|
|
634
|
-
tensorData.byteOffset,
|
|
635
|
-
tensorData.byteLength / 4
|
|
636
|
-
);
|
|
637
|
-
const f16 = new Uint16Array(f32.length);
|
|
638
|
-
for (let j = 0; j < f32.length; j++) {
|
|
639
|
-
f16[j] = float32ToFloat16(f32[j]);
|
|
640
|
-
}
|
|
641
|
-
tensorData = new Uint8Array(f16.buffer, f16.byteOffset, f16.byteLength);
|
|
642
|
-
outDtype = 'F16';
|
|
643
|
-
} else if (tensorTargetQuant === 'f16' && sourceDtype === 'BF16') {
|
|
644
|
-
if (tensorData.byteLength % 2 !== 0) {
|
|
645
|
-
throw new Error(`Invalid BF16 tensor byte length for ${tensor.name}: ${tensorData.byteLength}`);
|
|
646
|
-
}
|
|
647
|
-
const bf16 = new Uint16Array(
|
|
648
|
-
tensorData.buffer,
|
|
649
|
-
tensorData.byteOffset,
|
|
650
|
-
tensorData.byteLength / 2
|
|
651
|
-
);
|
|
652
|
-
const f16 = new Uint16Array(bf16.length);
|
|
653
|
-
for (let j = 0; j < bf16.length; j++) {
|
|
654
|
-
f16[j] = float32ToFloat16(bf16ToFloat32(bf16[j]));
|
|
655
|
-
}
|
|
656
|
-
tensorData = new Uint8Array(f16.buffer, f16.byteOffset, f16.byteLength);
|
|
657
|
-
outDtype = 'F16';
|
|
658
|
-
} else if (tensorTargetQuant === 'bf16' && sourceDtype === 'F32') {
|
|
659
|
-
if (tensorData.byteLength % 4 !== 0) {
|
|
660
|
-
throw new Error(`Invalid F32 tensor byte length for ${tensor.name}: ${tensorData.byteLength}`);
|
|
661
|
-
}
|
|
662
|
-
const f32 = new Float32Array(
|
|
663
|
-
tensorData.buffer,
|
|
664
|
-
tensorData.byteOffset,
|
|
665
|
-
tensorData.byteLength / 4
|
|
666
|
-
);
|
|
667
|
-
const bf16 = new Uint16Array(f32.length);
|
|
668
|
-
for (let j = 0; j < f32.length; j++) {
|
|
669
|
-
bf16[j] = float32ToBFloat16(f32[j]);
|
|
670
|
-
}
|
|
671
|
-
tensorData = new Uint8Array(bf16.buffer, bf16.byteOffset, bf16.byteLength);
|
|
672
|
-
outDtype = 'BF16';
|
|
673
|
-
} else if (tensorTargetQuant === 'f32' && sourceDtype === 'F16') {
|
|
674
|
-
if (tensorData.byteLength % 2 !== 0) {
|
|
675
|
-
throw new Error(`Invalid F16 tensor byte length for ${tensor.name}: ${tensorData.byteLength}`);
|
|
676
|
-
}
|
|
677
|
-
const f16 = new Uint16Array(
|
|
678
|
-
tensorData.buffer,
|
|
679
|
-
tensorData.byteOffset,
|
|
680
|
-
tensorData.byteLength / 2
|
|
681
|
-
);
|
|
682
|
-
const f32 = new Float32Array(f16.length);
|
|
683
|
-
for (let j = 0; j < f16.length; j++) {
|
|
684
|
-
f32[j] = float16ToFloat32(f16[j]);
|
|
685
|
-
}
|
|
686
|
-
tensorData = new Uint8Array(f32.buffer, f32.byteOffset, f32.byteLength);
|
|
687
|
-
outDtype = 'F32';
|
|
688
|
-
} else if (tensorTargetQuant === 'f32' && sourceDtype === 'BF16') {
|
|
689
|
-
if (tensorData.byteLength % 2 !== 0) {
|
|
690
|
-
throw new Error(`Invalid BF16 tensor byte length for ${tensor.name}: ${tensorData.byteLength}`);
|
|
691
|
-
}
|
|
692
|
-
const bf16 = new Uint16Array(
|
|
693
|
-
tensorData.buffer,
|
|
694
|
-
tensorData.byteOffset,
|
|
695
|
-
tensorData.byteLength / 2
|
|
696
|
-
);
|
|
697
|
-
const f32 = new Float32Array(bf16.length);
|
|
698
|
-
for (let j = 0; j < bf16.length; j++) {
|
|
699
|
-
f32[j] = bf16ToFloat32(bf16[j]);
|
|
700
|
-
}
|
|
701
|
-
tensorData = new Uint8Array(f32.buffer, f32.byteOffset, f32.byteLength);
|
|
702
|
-
outDtype = 'F32';
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
return {
|
|
706
|
-
tensorData,
|
|
707
|
-
outDtype,
|
|
708
|
-
outLayout,
|
|
709
|
-
sourceDtype,
|
|
710
|
-
tensorTargetQuant,
|
|
711
|
-
};
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
export function extractArchitecture(config, ggufConfig) {
|
|
716
|
-
const firstNumber = (...values) => {
|
|
717
|
-
for (const value of values) {
|
|
718
|
-
if (typeof value === 'number' && Number.isFinite(value)) {
|
|
719
|
-
return value;
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
return null;
|
|
723
|
-
};
|
|
724
|
-
|
|
725
|
-
const requireNumber = (value, label) => {
|
|
726
|
-
if (typeof value !== 'number' || !Number.isFinite(value)) {
|
|
727
|
-
throw new Error(`Missing ${label} in model config`);
|
|
728
|
-
}
|
|
729
|
-
return value;
|
|
730
|
-
};
|
|
731
|
-
|
|
732
|
-
const normalizeLinearNormMode = (value, sharedFlag = null) => {
|
|
733
|
-
if (typeof value === 'string') {
|
|
734
|
-
const normalized = value.trim().toLowerCase();
|
|
735
|
-
if (normalized === 'shared') return 'shared';
|
|
736
|
-
if (normalized === 'per_head' || normalized === 'per-head' || normalized === 'perhead') {
|
|
737
|
-
return 'per_head';
|
|
738
|
-
}
|
|
739
|
-
throw new Error(
|
|
740
|
-
`Unsupported linear_norm_mode="${value}" in model config. Supported values: "shared", "per_head".`
|
|
741
|
-
);
|
|
742
|
-
}
|
|
743
|
-
if (typeof sharedFlag === 'boolean') {
|
|
744
|
-
return sharedFlag ? 'shared' : 'per_head';
|
|
745
|
-
}
|
|
746
|
-
return undefined;
|
|
747
|
-
};
|
|
748
|
-
|
|
749
|
-
// Try HuggingFace config first
|
|
750
|
-
if (config && Object.keys(config).length > 0) {
|
|
751
|
-
const textConfig = getNestedTextConfig(config);
|
|
752
|
-
const fromConfig = (...keys) => {
|
|
753
|
-
const values = [];
|
|
754
|
-
for (const key of keys) {
|
|
755
|
-
values.push(config[key]);
|
|
756
|
-
}
|
|
757
|
-
for (const key of keys) {
|
|
758
|
-
values.push(textConfig?.[key]);
|
|
759
|
-
}
|
|
760
|
-
return firstNumber(...values);
|
|
761
|
-
};
|
|
762
|
-
const fromConfigValue = (...keys) => {
|
|
763
|
-
for (const key of keys) {
|
|
764
|
-
if (config[key] !== undefined) return config[key];
|
|
765
|
-
}
|
|
766
|
-
for (const key of keys) {
|
|
767
|
-
if (textConfig?.[key] !== undefined) return textConfig[key];
|
|
768
|
-
}
|
|
769
|
-
return undefined;
|
|
770
|
-
};
|
|
771
|
-
const numLayers = requireNumber(
|
|
772
|
-
fromConfig('num_hidden_layers', 'n_layer', 'num_layers'),
|
|
773
|
-
'num_hidden_layers'
|
|
774
|
-
);
|
|
775
|
-
const hiddenSize = requireNumber(
|
|
776
|
-
fromConfig('hidden_size', 'n_embd', 'embedding_size'),
|
|
777
|
-
'hidden_size'
|
|
778
|
-
);
|
|
779
|
-
const intermediateSize = requireNumber(
|
|
780
|
-
fromConfig('intermediate_size', 'n_inner', 'ffn_dim'),
|
|
781
|
-
'intermediate_size'
|
|
782
|
-
);
|
|
783
|
-
const numHeads = requireNumber(
|
|
784
|
-
fromConfig('num_attention_heads', 'n_head', 'attention_heads'),
|
|
785
|
-
'num_attention_heads'
|
|
786
|
-
);
|
|
787
|
-
const numKVHeads = fromConfig('num_key_value_heads', 'num_kv_heads') ?? numHeads;
|
|
788
|
-
const headDimFromConfig = fromConfig('head_dim') ?? Math.floor(hiddenSize / numHeads);
|
|
789
|
-
const vocabSize = requireNumber(
|
|
790
|
-
fromConfig('vocab_size', 'n_vocab'),
|
|
791
|
-
'vocab_size'
|
|
792
|
-
);
|
|
793
|
-
const maxSeqLen = requireNumber(
|
|
794
|
-
fromConfig('max_position_embeddings', 'n_positions', 'max_seq_len'),
|
|
795
|
-
'max_position_embeddings'
|
|
796
|
-
);
|
|
797
|
-
const ropeTheta = fromConfig('rope_theta') ?? undefined;
|
|
798
|
-
const linearNumKeyHeads = fromConfig('linear_num_key_heads');
|
|
799
|
-
const linearNumValueHeads = fromConfig('linear_num_value_heads');
|
|
800
|
-
const linearKeyHeadDim = fromConfig('linear_key_head_dim');
|
|
801
|
-
const linearValueHeadDim = fromConfig('linear_value_head_dim');
|
|
802
|
-
const linearConvKernelDim = fromConfig('linear_conv_kernel_dim');
|
|
803
|
-
const linearNormModeConfigured = normalizeLinearNormMode(
|
|
804
|
-
fromConfigValue('linear_norm_mode'),
|
|
805
|
-
fromConfigValue('linear_norm_shared')
|
|
806
|
-
);
|
|
807
|
-
const modelType = String(fromConfigValue('model_type') ?? '').trim().toLowerCase();
|
|
808
|
-
const rawLayerTypes = fromConfigValue('layer_types');
|
|
809
|
-
const layerTypes = Array.isArray(rawLayerTypes) ? rawLayerTypes : null;
|
|
810
|
-
const hasLinearLayers = Array.isArray(layerTypes)
|
|
811
|
-
&& layerTypes.some((entry) => {
|
|
812
|
-
const normalized = String(entry ?? '').trim().toLowerCase();
|
|
813
|
-
return normalized === 'linear_attention'
|
|
814
|
-
|| normalized === 'linear'
|
|
815
|
-
|| normalized === 'gated_delta'
|
|
816
|
-
|| normalized === 'gated_delta_net';
|
|
817
|
-
});
|
|
818
|
-
const linearNormMode = linearNormModeConfigured
|
|
819
|
-
?? ((hasLinearLayers && modelType.startsWith('qwen')) ? 'shared' : undefined);
|
|
820
|
-
|
|
821
|
-
return {
|
|
822
|
-
numLayers,
|
|
823
|
-
hiddenSize,
|
|
824
|
-
intermediateSize,
|
|
825
|
-
numAttentionHeads: numHeads,
|
|
826
|
-
numKeyValueHeads: numKVHeads,
|
|
827
|
-
headDim: headDimFromConfig,
|
|
828
|
-
vocabSize,
|
|
829
|
-
maxSeqLen,
|
|
830
|
-
ropeTheta,
|
|
831
|
-
linearNumKeyHeads,
|
|
832
|
-
linearNumValueHeads,
|
|
833
|
-
linearKeyHeadDim,
|
|
834
|
-
linearValueHeadDim,
|
|
835
|
-
linearConvKernelDim,
|
|
836
|
-
linearNormMode,
|
|
837
|
-
};
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
// GGUF config
|
|
841
|
-
if (ggufConfig) {
|
|
842
|
-
const c = ggufConfig;
|
|
843
|
-
const numLayers = requireNumber(
|
|
844
|
-
firstNumber(c.blockCount, c.block_count),
|
|
845
|
-
'blockCount'
|
|
846
|
-
);
|
|
847
|
-
const hiddenSize = requireNumber(
|
|
848
|
-
firstNumber(c.embeddingLength, c.embedding_length),
|
|
849
|
-
'embeddingLength'
|
|
850
|
-
);
|
|
851
|
-
const intermediateSize = requireNumber(
|
|
852
|
-
firstNumber(c.feedForwardLength, c.feed_forward_length),
|
|
853
|
-
'feedForwardLength'
|
|
854
|
-
);
|
|
855
|
-
const numHeads = requireNumber(
|
|
856
|
-
firstNumber(c.attentionHeadCount, c.attention_head_count),
|
|
857
|
-
'attentionHeadCount'
|
|
858
|
-
);
|
|
859
|
-
const numKVHeads = firstNumber(c.attentionHeadCountKV, c.attention_head_count_kv) ?? numHeads;
|
|
860
|
-
const vocabSize = requireNumber(
|
|
861
|
-
firstNumber(c.vocabSize, c.vocab_size),
|
|
862
|
-
'vocabSize'
|
|
863
|
-
);
|
|
864
|
-
const maxSeqLen = requireNumber(
|
|
865
|
-
firstNumber(c.contextLength, c.context_length),
|
|
866
|
-
'contextLength'
|
|
867
|
-
);
|
|
868
|
-
|
|
869
|
-
return {
|
|
870
|
-
numLayers,
|
|
871
|
-
hiddenSize,
|
|
872
|
-
intermediateSize,
|
|
873
|
-
numAttentionHeads: numHeads,
|
|
874
|
-
numKeyValueHeads: numKVHeads,
|
|
875
|
-
headDim: Math.floor(hiddenSize / numHeads),
|
|
876
|
-
vocabSize,
|
|
877
|
-
maxSeqLen,
|
|
878
|
-
};
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
throw new Error('Missing model config: cannot extract architecture');
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
function getNestedTextConfig(config) {
|
|
885
|
-
if (!config || typeof config !== 'object' || Array.isArray(config)) {
|
|
886
|
-
return null;
|
|
887
|
-
}
|
|
888
|
-
if (config.text_config && typeof config.text_config === 'object' && !Array.isArray(config.text_config)) {
|
|
889
|
-
return config.text_config;
|
|
890
|
-
}
|
|
891
|
-
if (config.language_config && typeof config.language_config === 'object' && !Array.isArray(config.language_config)) {
|
|
892
|
-
return config.language_config;
|
|
893
|
-
}
|
|
894
|
-
return null;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export function buildTensorMap(tensors, shardSize) {
|
|
899
|
-
if (!shardSize || shardSize <= 0) {
|
|
900
|
-
throw new Error('Missing shard size for tensor map');
|
|
901
|
-
}
|
|
902
|
-
const tensorMap = {};
|
|
903
|
-
|
|
904
|
-
let globalOffset = 0;
|
|
905
|
-
for (const tensor of tensors) {
|
|
906
|
-
const startShard = Math.floor(globalOffset / shardSize);
|
|
907
|
-
const offsetInShard = globalOffset % shardSize;
|
|
908
|
-
|
|
909
|
-
if (offsetInShard + tensor.size <= shardSize) {
|
|
910
|
-
// Fits in single shard
|
|
911
|
-
tensorMap[tensor.name] = {
|
|
912
|
-
shard: startShard,
|
|
913
|
-
offset: offsetInShard,
|
|
914
|
-
size: tensor.size,
|
|
915
|
-
shape: tensor.shape,
|
|
916
|
-
dtype: tensor.dtype,
|
|
917
|
-
};
|
|
918
|
-
} else {
|
|
919
|
-
// Spans multiple shards
|
|
920
|
-
const spans = [];
|
|
921
|
-
let remaining = tensor.size;
|
|
922
|
-
let currentShard = startShard;
|
|
923
|
-
let currentOffset = offsetInShard;
|
|
924
|
-
|
|
925
|
-
while (remaining > 0) {
|
|
926
|
-
const available = shardSize - currentOffset;
|
|
927
|
-
const chunkSize = Math.min(remaining, available);
|
|
928
|
-
spans.push({
|
|
929
|
-
shardIndex: currentShard,
|
|
930
|
-
offset: currentOffset,
|
|
931
|
-
size: chunkSize,
|
|
932
|
-
});
|
|
933
|
-
remaining -= chunkSize;
|
|
934
|
-
currentShard++;
|
|
935
|
-
currentOffset = 0;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
tensorMap[tensor.name] = {
|
|
939
|
-
spans,
|
|
940
|
-
size: tensor.size,
|
|
941
|
-
shape: tensor.shape,
|
|
942
|
-
dtype: tensor.dtype,
|
|
943
|
-
};
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
globalOffset += tensor.size;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
return tensorMap;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
function resolveConvertedAt(value) {
|
|
953
|
-
if (value === undefined || value === null || value === '') {
|
|
954
|
-
return new Date().toISOString();
|
|
955
|
-
}
|
|
956
|
-
if (typeof value !== 'string') {
|
|
957
|
-
throw new Error('manifest convertedAt must be a string when provided.');
|
|
958
|
-
}
|
|
959
|
-
const parsed = Date.parse(value);
|
|
960
|
-
if (Number.isNaN(parsed)) {
|
|
961
|
-
throw new Error(`Invalid manifest convertedAt timestamp: "${value}"`);
|
|
962
|
-
}
|
|
963
|
-
return new Date(parsed).toISOString();
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
export function createManifest(
|
|
968
|
-
modelId,
|
|
969
|
-
model,
|
|
970
|
-
shards,
|
|
971
|
-
tensorLocations,
|
|
972
|
-
sourceOrOptions
|
|
973
|
-
) {
|
|
974
|
-
if (!sourceOrOptions) {
|
|
975
|
-
throw new Error('Missing manifest options');
|
|
976
|
-
}
|
|
977
|
-
const options = typeof sourceOrOptions === 'string' ? { source: sourceOrOptions } : sourceOrOptions ?? {};
|
|
978
|
-
const source = options.source;
|
|
979
|
-
if (!source) {
|
|
980
|
-
throw new Error('Missing manifest source');
|
|
981
|
-
}
|
|
982
|
-
const resolvedModelType =
|
|
983
|
-
options.modelType ??
|
|
984
|
-
model.modelType ??
|
|
985
|
-
model.config?.architectures?.[0] ??
|
|
986
|
-
model.architecture;
|
|
987
|
-
if (!resolvedModelType) {
|
|
988
|
-
throw new Error('Missing modelType for manifest');
|
|
989
|
-
}
|
|
990
|
-
const isDiffusion = resolvedModelType === 'diffusion';
|
|
991
|
-
const architecture = options.architecture ?? model.architecture ?? (
|
|
992
|
-
isDiffusion ? 'diffusion' : extractArchitecture(model.config, model.ggufConfig)
|
|
993
|
-
);
|
|
994
|
-
const rawConfig = model.config || {};
|
|
995
|
-
const generationConfig = model.generationConfig ?? null;
|
|
996
|
-
const resolvedArchitecture = isDiffusion
|
|
997
|
-
? architecture
|
|
998
|
-
: resolveIntermediateSizeFromTensors(architecture, model, tensorLocations, rawConfig, modelId);
|
|
999
|
-
const moeConfig = isDiffusion
|
|
1000
|
-
? null
|
|
1001
|
-
: resolveManifestMoEConfig(model, { ...options, modelId }, rawConfig, resolvedModelType);
|
|
1002
|
-
let inference = options.inference;
|
|
1003
|
-
if (!inference) {
|
|
1004
|
-
if (isDiffusion) {
|
|
1005
|
-
inference = { ...DEFAULT_MANIFEST_INFERENCE, presetId: 'diffusion' };
|
|
1006
|
-
} else {
|
|
1007
|
-
const presetId = detectPreset(rawConfig, model.architecture);
|
|
1008
|
-
if (!presetId) {
|
|
1009
|
-
const modelType = rawConfig.model_type ?? 'unknown';
|
|
1010
|
-
throw new Error(
|
|
1011
|
-
`Unknown model family: architecture="${model.architecture || 'unknown'}", model_type="${modelType}"\n\n` +
|
|
1012
|
-
`DOPPLER requires a known model preset to generate correct inference config.\n` +
|
|
1013
|
-
`The manifest-first architecture does not support generic defaults.\n\n` +
|
|
1014
|
-
`Options:\n` +
|
|
1015
|
-
` 1. Wait for official support of this model family\n` +
|
|
1016
|
-
` 2. Create a custom preset in src/config/presets/models/\n` +
|
|
1017
|
-
` 3. File an issue at https://github.com/clocksmith/doppler/issues\n\n` +
|
|
1018
|
-
`Supported model families: ${CONVERSION_SUPPORTED_PRESETS}`
|
|
1019
|
-
);
|
|
1020
|
-
}
|
|
1021
|
-
const preset = resolvePreset(presetId);
|
|
1022
|
-
const headDim = rawConfig.head_dim ?? (resolvedArchitecture && typeof resolvedArchitecture === 'object' ? resolvedArchitecture.headDim : null);
|
|
1023
|
-
if (!headDim) {
|
|
1024
|
-
throw new Error('Missing headDim in architecture');
|
|
1025
|
-
}
|
|
1026
|
-
const tensorNames = Array.isArray(model.tensors)
|
|
1027
|
-
? model.tensors.map((tensor) => tensor.name)
|
|
1028
|
-
: null;
|
|
1029
|
-
inference = buildManifestInference(preset, rawConfig, headDim, options.quantizationInfo ?? null, tensorNames);
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
const embeddingOutput = inferEmbeddingOutputConfig(tensorLocations);
|
|
1034
|
-
if (embeddingOutput) {
|
|
1035
|
-
inference = {
|
|
1036
|
-
...inference,
|
|
1037
|
-
output: {
|
|
1038
|
-
...inference.output,
|
|
1039
|
-
...embeddingOutput,
|
|
1040
|
-
},
|
|
1041
|
-
};
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
const eosTokenId = options.eosTokenId !== undefined
|
|
1045
|
-
? options.eosTokenId
|
|
1046
|
-
: isDiffusion
|
|
1047
|
-
? null
|
|
1048
|
-
: resolveEosTokenId({
|
|
1049
|
-
config: rawConfig,
|
|
1050
|
-
generationConfig,
|
|
1051
|
-
tokenizer: model.tokenizer ?? model.tokenizerConfig ?? null,
|
|
1052
|
-
tokenizerJson: model.tokenizerJson ?? null,
|
|
1053
|
-
});
|
|
1054
|
-
const resolvedQuantization = options.quantization ?? model.quantization;
|
|
1055
|
-
if (!resolvedQuantization) {
|
|
1056
|
-
throw new Error('Missing quantization for manifest');
|
|
1057
|
-
}
|
|
1058
|
-
const hashAlgorithm = options.hashAlgorithm;
|
|
1059
|
-
if (!hashAlgorithm) {
|
|
1060
|
-
throw new Error('Missing hashAlgorithm for manifest');
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
const manifest = {
|
|
1064
|
-
version: RDRR_VERSION,
|
|
1065
|
-
modelId,
|
|
1066
|
-
modelType: resolvedModelType,
|
|
1067
|
-
quantization: resolvedQuantization,
|
|
1068
|
-
quantizationInfo: options.quantizationInfo,
|
|
1069
|
-
architecture: resolvedArchitecture,
|
|
1070
|
-
moeConfig,
|
|
1071
|
-
inference,
|
|
1072
|
-
shards,
|
|
1073
|
-
tensors: tensorLocations,
|
|
1074
|
-
totalSize: shards.reduce((sum, s) => sum + s.size, 0),
|
|
1075
|
-
hashAlgorithm,
|
|
1076
|
-
eos_token_id: eosTokenId,
|
|
1077
|
-
config: isDiffusion ? rawConfig : (rawConfig.vision_config ? { vision_config: rawConfig.vision_config } : undefined),
|
|
1078
|
-
conversion: options.conversionInfo,
|
|
1079
|
-
metadata: {
|
|
1080
|
-
source,
|
|
1081
|
-
convertedAt: resolveConvertedAt(
|
|
1082
|
-
options.convertedAt
|
|
1083
|
-
?? options.conversionInfo?.convertedAt
|
|
1084
|
-
),
|
|
1085
|
-
},
|
|
1086
|
-
};
|
|
1087
|
-
|
|
1088
|
-
// Include tokenizer if available
|
|
1089
|
-
if (model.tokenizerJson) {
|
|
1090
|
-
const tokenizer = model.tokenizerJson;
|
|
1091
|
-
const vocabSize = resolveBundledTokenizerVocabSize(tokenizer);
|
|
1092
|
-
if (!vocabSize) {
|
|
1093
|
-
throw new Error('Tokenizer vocab is missing or empty');
|
|
1094
|
-
}
|
|
1095
|
-
manifest.tokenizer = {
|
|
1096
|
-
type: 'bundled',
|
|
1097
|
-
vocabSize,
|
|
1098
|
-
file: 'tokenizer.json',
|
|
1099
|
-
};
|
|
1100
|
-
manifest.metadata.hasTokenizer = true;
|
|
1101
|
-
} else {
|
|
1102
|
-
const tokenizer = buildSentencepieceTokenizer(
|
|
1103
|
-
model.tokenizerConfig ?? null,
|
|
1104
|
-
rawConfig,
|
|
1105
|
-
architecture,
|
|
1106
|
-
model.tokenizerModel ?? null
|
|
1107
|
-
);
|
|
1108
|
-
if (tokenizer) {
|
|
1109
|
-
manifest.tokenizer = tokenizer;
|
|
1110
|
-
manifest.metadata.hasTokenizer = true;
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
return manifest;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
// ============================================================================
|
|
1118
|
-
// Main Converter (uses I/O adapter)
|
|
1119
|
-
// ============================================================================
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
export async function convertModel(model, io, options = {}) {
|
|
1123
|
-
const { onProgress, signal } = options;
|
|
1124
|
-
const converterConfig = options.converterConfig || createConverterConfig();
|
|
1125
|
-
const shardSize = options.shardSize ?? converterConfig.sharding.shardSizeBytes;
|
|
1126
|
-
if (!shardSize || shardSize <= 0) {
|
|
1127
|
-
throw new Error('Missing shardSize for conversion');
|
|
1128
|
-
}
|
|
1129
|
-
const modelIdInput = (
|
|
1130
|
-
options.modelId
|
|
1131
|
-
?? converterConfig.output.modelBaseId
|
|
1132
|
-
?? model.modelId
|
|
1133
|
-
?? model.name
|
|
1134
|
-
);
|
|
1135
|
-
const modelId = modelIdInput ? sanitizeModelId(modelIdInput) : null;
|
|
1136
|
-
if (!modelId) {
|
|
1137
|
-
throw new Error('Missing modelId for conversion');
|
|
1138
|
-
}
|
|
1139
|
-
const tensors = resolveConversionTensors(model, converterConfig);
|
|
1140
|
-
if (!Array.isArray(tensors) || tensors.length === 0) {
|
|
1141
|
-
const textOnly = converterConfig?.output?.textOnly === true;
|
|
1142
|
-
if (textOnly) {
|
|
1143
|
-
throw new Error(
|
|
1144
|
-
'No tensors selected for text-only conversion. ' +
|
|
1145
|
-
'Expected language_model.* tensors or non-vision tensor names.'
|
|
1146
|
-
);
|
|
1147
|
-
}
|
|
1148
|
-
throw new Error('Missing tensors for conversion');
|
|
1149
|
-
}
|
|
1150
|
-
const totalTensors = tensors.length;
|
|
1151
|
-
const targetQuant = String(options.quantization ?? model.quantization ?? '').trim().toLowerCase();
|
|
1152
|
-
const tensorGroupModelType = String(options.modelType ?? model.modelType ?? 'transformer');
|
|
1153
|
-
const q4kLayout = normalizeQ4KLayout(options.quantizationInfo?.layout);
|
|
1154
|
-
const quantizeEmbeddings = resolveQuantizeEmbeddings(
|
|
1155
|
-
options.quantizationInfo ?? null,
|
|
1156
|
-
options.quantizeEmbeddings
|
|
1157
|
-
);
|
|
1158
|
-
const shards = [];
|
|
1159
|
-
const tensorLocations = {};
|
|
1160
|
-
|
|
1161
|
-
// Current shard accumulator
|
|
1162
|
-
let currentShardIndex = 0;
|
|
1163
|
-
let currentShardBuffer = new Uint8Array(shardSize);
|
|
1164
|
-
let currentShardSize = 0;
|
|
1165
|
-
let totalSize = 0;
|
|
1166
|
-
|
|
1167
|
-
// Helper to flush current shard
|
|
1168
|
-
const flushShard = async () => {
|
|
1169
|
-
if (currentShardSize === 0) return;
|
|
1170
|
-
const shardData = currentShardBuffer.subarray(0, currentShardSize);
|
|
1171
|
-
|
|
1172
|
-
// Write shard and get hash
|
|
1173
|
-
const hash = await io.writeShard(currentShardIndex, shardData);
|
|
1174
|
-
|
|
1175
|
-
shards.push({
|
|
1176
|
-
index: currentShardIndex,
|
|
1177
|
-
filename: generateShardFilename(currentShardIndex),
|
|
1178
|
-
size: currentShardSize,
|
|
1179
|
-
hash,
|
|
1180
|
-
offset: currentShardIndex * shardSize,
|
|
1181
|
-
});
|
|
1182
|
-
|
|
1183
|
-
currentShardIndex++;
|
|
1184
|
-
currentShardSize = 0;
|
|
1185
|
-
};
|
|
1186
|
-
|
|
1187
|
-
// Process tensors
|
|
1188
|
-
for (let i = 0; i < tensors.length; i++) {
|
|
1189
|
-
if (signal?.aborted) {
|
|
1190
|
-
throw new DOMException('Conversion cancelled', 'AbortError');
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
const tensor = tensors[i];
|
|
1194
|
-
|
|
1195
|
-
onProgress?.({
|
|
1196
|
-
stage: ConvertStage.WRITING,
|
|
1197
|
-
message: `Processing ${tensor.name}`,
|
|
1198
|
-
current: i + 1,
|
|
1199
|
-
total: totalTensors,
|
|
1200
|
-
percent: Math.round(((i + 1) / totalTensors) * 100),
|
|
1201
|
-
});
|
|
1202
|
-
|
|
1203
|
-
// Read tensor data
|
|
1204
|
-
const data = await io.readTensorData(tensor);
|
|
1205
|
-
const tensorDataInput = new Uint8Array(data);
|
|
1206
|
-
const transformContext = {
|
|
1207
|
-
targetQuant,
|
|
1208
|
-
q4kLayout,
|
|
1209
|
-
quantizationInfo: options.quantizationInfo ?? null,
|
|
1210
|
-
quantizeEmbeddings,
|
|
1211
|
-
};
|
|
1212
|
-
const transformResult = (
|
|
1213
|
-
typeof options.tensorTransformer === 'function'
|
|
1214
|
-
? await options.tensorTransformer({
|
|
1215
|
-
tensor,
|
|
1216
|
-
tensorData: tensorDataInput,
|
|
1217
|
-
transformContext,
|
|
1218
|
-
reportProgress(currentBytes, totalBytes) {
|
|
1219
|
-
if (!Number.isFinite(currentBytes) || !Number.isFinite(totalBytes)) return;
|
|
1220
|
-
onProgress?.({
|
|
1221
|
-
stage: ConvertStage.WRITING,
|
|
1222
|
-
message: `Processing ${tensor.name}`,
|
|
1223
|
-
current: i + 1,
|
|
1224
|
-
total: totalTensors,
|
|
1225
|
-
percent: Math.round(((i + 1) / totalTensors) * 100),
|
|
1226
|
-
tensorName: tensor.name,
|
|
1227
|
-
tensorBytesCurrent: currentBytes,
|
|
1228
|
-
tensorBytesTotal: totalBytes,
|
|
1229
|
-
});
|
|
1230
|
-
},
|
|
1231
|
-
})
|
|
1232
|
-
: transformTensorBytes(tensor, tensorDataInput, transformContext)
|
|
1233
|
-
);
|
|
1234
|
-
|
|
1235
|
-
let tensorData = transformResult?.tensorData;
|
|
1236
|
-
if (!(tensorData instanceof Uint8Array)) {
|
|
1237
|
-
throw new Error(`Tensor transformer must return Uint8Array data for ${tensor.name}.`);
|
|
1238
|
-
}
|
|
1239
|
-
const outDtype = transformResult?.outDtype ?? tensor.dtype;
|
|
1240
|
-
const outLayout = transformResult?.outLayout ?? null;
|
|
1241
|
-
|
|
1242
|
-
const tensorSize = tensorData.byteLength;
|
|
1243
|
-
|
|
1244
|
-
// Track tensor location
|
|
1245
|
-
const tensorSpans = [];
|
|
1246
|
-
|
|
1247
|
-
// Add to current shard, splitting if necessary
|
|
1248
|
-
let remainingOffset = 0;
|
|
1249
|
-
while (remainingOffset < tensorData.length) {
|
|
1250
|
-
const availableInShard = shardSize - currentShardSize;
|
|
1251
|
-
const remainingSize = tensorData.length - remainingOffset;
|
|
1252
|
-
const chunkSize = Math.min(remainingSize, availableInShard);
|
|
1253
|
-
const chunk = tensorData.subarray(remainingOffset, remainingOffset + chunkSize);
|
|
1254
|
-
currentShardBuffer.set(chunk, currentShardSize);
|
|
1255
|
-
|
|
1256
|
-
const chunkOffset = currentShardSize;
|
|
1257
|
-
currentShardSize += chunkSize;
|
|
1258
|
-
totalSize += chunkSize;
|
|
1259
|
-
|
|
1260
|
-
tensorSpans.push({
|
|
1261
|
-
shardIndex: currentShardIndex,
|
|
1262
|
-
offset: chunkOffset,
|
|
1263
|
-
size: chunkSize,
|
|
1264
|
-
});
|
|
1265
|
-
|
|
1266
|
-
remainingOffset += chunkSize;
|
|
1267
|
-
|
|
1268
|
-
// Flush shard if full
|
|
1269
|
-
if (currentShardSize >= shardSize) {
|
|
1270
|
-
await flushShard();
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
// Record tensor location
|
|
1275
|
-
const role = classifyTensorRole(tensor.name);
|
|
1276
|
-
const group = classifyTensor(tensor.name, tensorGroupModelType);
|
|
1277
|
-
|
|
1278
|
-
if (tensorSpans.length === 1) {
|
|
1279
|
-
tensorLocations[tensor.name] = {
|
|
1280
|
-
shard: tensorSpans[0].shardIndex,
|
|
1281
|
-
offset: tensorSpans[0].offset,
|
|
1282
|
-
size: tensorSize,
|
|
1283
|
-
shape: tensor.shape,
|
|
1284
|
-
dtype: outDtype,
|
|
1285
|
-
role,
|
|
1286
|
-
group,
|
|
1287
|
-
...(outLayout ? { layout: outLayout } : {}),
|
|
1288
|
-
};
|
|
1289
|
-
} else {
|
|
1290
|
-
tensorLocations[tensor.name] = {
|
|
1291
|
-
spans: tensorSpans,
|
|
1292
|
-
size: tensorSize,
|
|
1293
|
-
shape: tensor.shape,
|
|
1294
|
-
dtype: outDtype,
|
|
1295
|
-
role,
|
|
1296
|
-
group,
|
|
1297
|
-
...(outLayout ? { layout: outLayout } : {}),
|
|
1298
|
-
};
|
|
1299
|
-
}
|
|
1300
|
-
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
// Flush final shard
|
|
1304
|
-
await flushShard();
|
|
1305
|
-
|
|
1306
|
-
if (signal?.aborted) {
|
|
1307
|
-
throw new DOMException('Conversion cancelled', 'AbortError');
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
// Create manifest
|
|
1311
|
-
onProgress?.({
|
|
1312
|
-
stage: ConvertStage.MANIFEST,
|
|
1313
|
-
message: 'Creating manifest...',
|
|
1314
|
-
});
|
|
1315
|
-
|
|
1316
|
-
const tensorEntries = Object.entries(tensorLocations).map(([name, location]) => ({
|
|
1317
|
-
name,
|
|
1318
|
-
dtype: location?.dtype ?? null,
|
|
1319
|
-
role: location?.role ?? null,
|
|
1320
|
-
layout: location?.layout ?? null,
|
|
1321
|
-
}));
|
|
1322
|
-
const effectiveQuantizationInfo = resolveEffectiveQuantizationInfo(
|
|
1323
|
-
options.quantizationInfo ?? null,
|
|
1324
|
-
tensorEntries
|
|
1325
|
-
);
|
|
1326
|
-
const effectiveManifestQuantization = resolveManifestQuantization(
|
|
1327
|
-
effectiveQuantizationInfo.weights,
|
|
1328
|
-
options.quantization ?? model.quantization
|
|
1329
|
-
);
|
|
1330
|
-
|
|
1331
|
-
const manifest = createManifest(modelId, model, shards, tensorLocations, {
|
|
1332
|
-
source: 'convert-core',
|
|
1333
|
-
modelType: options.modelType,
|
|
1334
|
-
quantization: effectiveManifestQuantization,
|
|
1335
|
-
quantizationInfo: effectiveQuantizationInfo,
|
|
1336
|
-
hashAlgorithm: converterConfig.manifest.hashAlgorithm,
|
|
1337
|
-
architecture: options.architecture,
|
|
1338
|
-
inference: options.inference,
|
|
1339
|
-
eosTokenId: options.eosTokenId,
|
|
1340
|
-
convertedAt: converterConfig?.manifest?.conversion?.convertedAt ?? null,
|
|
1341
|
-
conversionInfo: converterConfig?.manifest?.conversion ?? null,
|
|
1342
|
-
});
|
|
1343
|
-
|
|
1344
|
-
// Write manifest
|
|
1345
|
-
await io.writeManifest(manifest);
|
|
1346
|
-
|
|
1347
|
-
onProgress?.({
|
|
1348
|
-
stage: ConvertStage.COMPLETE,
|
|
1349
|
-
message: 'Conversion complete!',
|
|
1350
|
-
modelId,
|
|
1351
|
-
shardCount: shards.length,
|
|
1352
|
-
totalSize: formatBytes(totalSize),
|
|
1353
|
-
});
|
|
1354
|
-
|
|
1355
|
-
const executionContractArtifact = buildExecutionContractArtifact(manifest);
|
|
1356
|
-
const layerPatternContractArtifact = getInferenceLayerPatternContractArtifact();
|
|
1357
|
-
const requiredInferenceFieldsArtifact = manifest?.modelType === 'transformer'
|
|
1358
|
-
&& manifest?.inference
|
|
1359
|
-
&& typeof manifest.inference === 'object'
|
|
1360
|
-
&& manifest.inference.attention
|
|
1361
|
-
&& typeof manifest.inference.attention === 'object'
|
|
1362
|
-
? buildManifestRequiredInferenceFieldsArtifact(
|
|
1363
|
-
manifest?.inference ?? null,
|
|
1364
|
-
`${manifest?.modelId ?? modelId}.inference`
|
|
1365
|
-
)
|
|
1366
|
-
: null;
|
|
1367
|
-
return {
|
|
1368
|
-
manifest,
|
|
1369
|
-
shardCount: shards.length,
|
|
1370
|
-
tensorCount: tensors.length,
|
|
1371
|
-
totalSize,
|
|
1372
|
-
executionContractArtifact,
|
|
1373
|
-
executionV0GraphContractArtifact: executionContractArtifact?.executionV0?.graph ?? null,
|
|
1374
|
-
layerPatternContractArtifact,
|
|
1375
|
-
requiredInferenceFieldsArtifact,
|
|
1376
|
-
};
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
// ============================================================================
|
|
1380
|
-
// Utility Exports
|
|
1381
|
-
// ============================================================================
|
|
1382
|
-
|
|
1383
|
-
export { generateShardFilename };
|