@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/training/runner.js
DELETED
|
@@ -1,1220 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { trainStep } from './trainer.js';
|
|
3
|
-
import { crossEntropyLoss } from './loss.js';
|
|
4
|
-
import { clipGradients } from './clip.js';
|
|
5
|
-
import { AdamOptimizer } from './optimizer.js';
|
|
6
|
-
import { DynamicLossScaler, detectOverflow } from './loss-scaling.js';
|
|
7
|
-
import { readBuffer, uploadData } from '../memory/buffer-pool.js';
|
|
8
|
-
import { f16ToF32Array } from '../inference/kv-cache/types.js';
|
|
9
|
-
import { DataLoader } from './dataloader.js';
|
|
10
|
-
import { createCrossEntropyObjective } from './objectives/cross_entropy.js';
|
|
11
|
-
import { createDistillKdObjective } from './objectives/distill_kd.js';
|
|
12
|
-
import { createDistillTripletObjective } from './objectives/distill_triplet.js';
|
|
13
|
-
import { createUlStage1JointObjective } from './objectives/ul_stage1_joint.js';
|
|
14
|
-
import { createUlStage2BaseObjective } from './objectives/ul_stage2_base.js';
|
|
15
|
-
import {
|
|
16
|
-
createDistillArtifactSession,
|
|
17
|
-
createUlArtifactSession,
|
|
18
|
-
resolveDistillTrainingContract,
|
|
19
|
-
resolveStageAArtifactContext,
|
|
20
|
-
resolveUlTrainingContract,
|
|
21
|
-
resolveStage1ArtifactContext,
|
|
22
|
-
} from './artifacts.js';
|
|
23
|
-
import { loadCheckpoint, saveCheckpoint } from './checkpoint.js';
|
|
24
|
-
import { validateTrainingMetricsEntry } from '../config/schema/training-metrics.schema.js';
|
|
25
|
-
import { sha256Hex } from '../utils/sha256.js';
|
|
26
|
-
|
|
27
|
-
function toFloat32(buffer, dtype) {
|
|
28
|
-
if (dtype === 'f16') {
|
|
29
|
-
return f16ToF32Array(new Uint16Array(buffer));
|
|
30
|
-
}
|
|
31
|
-
return new Float32Array(buffer);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
async function computeLossMean(loss) {
|
|
35
|
-
const data = toFloat32(await readBuffer(loss.buffer), loss.dtype);
|
|
36
|
-
if (!data.length) {
|
|
37
|
-
return 0;
|
|
38
|
-
}
|
|
39
|
-
let sum = 0;
|
|
40
|
-
for (let i = 0; i < data.length; i += 1) {
|
|
41
|
-
sum += data[i];
|
|
42
|
-
}
|
|
43
|
-
return sum / data.length;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
async function resolveBatches(dataset, batchSize, shuffle) {
|
|
47
|
-
if (dataset && typeof dataset.batches === 'function') {
|
|
48
|
-
return dataset.batches();
|
|
49
|
-
}
|
|
50
|
-
if (Array.isArray(dataset)) {
|
|
51
|
-
const loader = new DataLoader(dataset, batchSize, shuffle);
|
|
52
|
-
return loader.batches();
|
|
53
|
-
}
|
|
54
|
-
throw new Error('TrainingRunner requires dataset array or DataLoader');
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
function resolveTrainingObjective(config, options) {
|
|
58
|
-
if (options.trainingObjective) {
|
|
59
|
-
return options.trainingObjective;
|
|
60
|
-
}
|
|
61
|
-
const distill = config.training?.distill;
|
|
62
|
-
if (distill?.enabled) {
|
|
63
|
-
if (distill.stage === 'stage_a') {
|
|
64
|
-
return createDistillKdObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
65
|
-
}
|
|
66
|
-
if (distill.stage === 'stage_b') {
|
|
67
|
-
return createDistillTripletObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
const ul = config.training?.ul;
|
|
71
|
-
if (!ul?.enabled) {
|
|
72
|
-
return createCrossEntropyObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
73
|
-
}
|
|
74
|
-
if (ul.stage === 'stage1_joint') {
|
|
75
|
-
return createUlStage1JointObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
76
|
-
}
|
|
77
|
-
if (ul.stage === 'stage2_base') {
|
|
78
|
-
return createUlStage2BaseObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
79
|
-
}
|
|
80
|
-
return createCrossEntropyObjective({ crossEntropyLoss: options.crossEntropyLoss });
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
function toMetricNumber(value, fallback = null) {
|
|
84
|
-
if (typeof value !== 'number' || !Number.isFinite(value)) return fallback;
|
|
85
|
-
return value;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function resolveTelemetrySettings(config) {
|
|
89
|
-
const telemetry = config?.training?.telemetry || {};
|
|
90
|
-
const mode = telemetry.mode === 'window' || telemetry.mode === 'epoch'
|
|
91
|
-
? telemetry.mode
|
|
92
|
-
: 'step';
|
|
93
|
-
const windowSize = Math.max(1, Math.floor(Number(telemetry.windowSize) || 1));
|
|
94
|
-
const emitNaNInfCounters = telemetry.emitNaNInfCounters !== false;
|
|
95
|
-
const alerts = telemetry.alerts && typeof telemetry.alerts === 'object'
|
|
96
|
-
? telemetry.alerts
|
|
97
|
-
: {};
|
|
98
|
-
const thresholds = alerts.thresholds && typeof alerts.thresholds === 'object'
|
|
99
|
-
? alerts.thresholds
|
|
100
|
-
: {};
|
|
101
|
-
const normalizeThreshold = (value) => {
|
|
102
|
-
if (value === null || value === undefined) return null;
|
|
103
|
-
const parsed = Number(value);
|
|
104
|
-
return Number.isFinite(parsed) ? parsed : null;
|
|
105
|
-
};
|
|
106
|
-
return {
|
|
107
|
-
mode,
|
|
108
|
-
windowSize,
|
|
109
|
-
emitNaNInfCounters,
|
|
110
|
-
alertsEnabled: alerts.enabled === true,
|
|
111
|
-
failOnAlert: alerts.failOnAlert === true,
|
|
112
|
-
thresholds: {
|
|
113
|
-
maxStepTimeMs: normalizeThreshold(thresholds.maxStepTimeMs),
|
|
114
|
-
maxGradientNorm: normalizeThreshold(thresholds.maxGradientNorm),
|
|
115
|
-
maxNaNCount: normalizeThreshold(thresholds.maxNaNCount),
|
|
116
|
-
maxInfCount: normalizeThreshold(thresholds.maxInfCount),
|
|
117
|
-
maxSaturationCount: normalizeThreshold(thresholds.maxSaturationCount),
|
|
118
|
-
minEffectiveLr: normalizeThreshold(thresholds.minEffectiveLr),
|
|
119
|
-
},
|
|
120
|
-
};
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
function pushRolling(windowValues, value, maxSize) {
|
|
124
|
-
windowValues.push(value);
|
|
125
|
-
while (windowValues.length > maxSize) {
|
|
126
|
-
windowValues.shift();
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
function average(values) {
|
|
131
|
-
if (!Array.isArray(values) || values.length === 0) return null;
|
|
132
|
-
let sum = 0;
|
|
133
|
-
for (const value of values) {
|
|
134
|
-
sum += value;
|
|
135
|
-
}
|
|
136
|
-
return sum / values.length;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
function resolveObjectiveStage(objectiveName) {
|
|
140
|
-
if (objectiveName === 'ul_stage1_joint') return 'stage1_joint';
|
|
141
|
-
if (objectiveName === 'ul_stage2_base') return 'stage2_base';
|
|
142
|
-
return null;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
function resolveObjectiveDistillStage(objectiveName) {
|
|
146
|
-
if (objectiveName === 'kd') return 'stage_a';
|
|
147
|
-
if (objectiveName === 'triplet') return 'stage_b';
|
|
148
|
-
return null;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
function toPositiveIntegerOrNull(value) {
|
|
152
|
-
if (value === null || value === undefined) return null;
|
|
153
|
-
const parsed = Number(value);
|
|
154
|
-
if (!Number.isFinite(parsed)) return null;
|
|
155
|
-
const floored = Math.floor(parsed);
|
|
156
|
-
return floored >= 1 ? floored : null;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
function resolveProgressContext(config, runOptions = {}) {
|
|
160
|
-
const distillConfig = config?.training?.distill || {};
|
|
161
|
-
const shardIndexInput = toPositiveIntegerOrNull(
|
|
162
|
-
runOptions.distillShardIndex ?? distillConfig.shardIndex ?? null
|
|
163
|
-
);
|
|
164
|
-
const shardCountInput = toPositiveIntegerOrNull(
|
|
165
|
-
runOptions.distillShardCount ?? distillConfig.shardCount ?? null
|
|
166
|
-
);
|
|
167
|
-
if (
|
|
168
|
-
shardIndexInput !== null
|
|
169
|
-
&& shardCountInput !== null
|
|
170
|
-
&& shardIndexInput > shardCountInput
|
|
171
|
-
) {
|
|
172
|
-
throw new Error('TrainingRunner: distillShardIndex must be <= distillShardCount.');
|
|
173
|
-
}
|
|
174
|
-
const shardCount = shardCountInput ?? 1;
|
|
175
|
-
const shardIndex = shardIndexInput ?? 1;
|
|
176
|
-
const stepsPerShard = toPositiveIntegerOrNull(runOptions.maxSteps);
|
|
177
|
-
return {
|
|
178
|
-
shardIndex: Math.min(Math.max(1, shardIndex), shardCount),
|
|
179
|
-
shardCount: Math.max(1, shardCount),
|
|
180
|
-
stepsPerShard,
|
|
181
|
-
};
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
function buildProgressSnapshot(step, elapsedMs, context) {
|
|
185
|
-
const shardIndex = context?.shardIndex ?? 1;
|
|
186
|
-
const shardCount = context?.shardCount ?? 1;
|
|
187
|
-
const stepsPerShard = context?.stepsPerShard ?? null;
|
|
188
|
-
const stepInShard = stepsPerShard !== null
|
|
189
|
-
? Math.min(step, stepsPerShard)
|
|
190
|
-
: step;
|
|
191
|
-
const globalStep = stepsPerShard !== null
|
|
192
|
-
? (((shardIndex - 1) * stepsPerShard) + stepInShard)
|
|
193
|
-
: null;
|
|
194
|
-
const globalSteps = stepsPerShard !== null
|
|
195
|
-
? (stepsPerShard * shardCount)
|
|
196
|
-
: null;
|
|
197
|
-
const percentComplete = (
|
|
198
|
-
Number.isFinite(globalStep)
|
|
199
|
-
&& Number.isFinite(globalSteps)
|
|
200
|
-
&& globalSteps > 0
|
|
201
|
-
)
|
|
202
|
-
? Math.min(100, (globalStep / globalSteps) * 100)
|
|
203
|
-
: null;
|
|
204
|
-
let etaMs = null;
|
|
205
|
-
if (
|
|
206
|
-
Number.isFinite(globalStep)
|
|
207
|
-
&& Number.isFinite(globalSteps)
|
|
208
|
-
&& globalStep > 0
|
|
209
|
-
&& globalSteps >= globalStep
|
|
210
|
-
&& Number.isFinite(elapsedMs)
|
|
211
|
-
) {
|
|
212
|
-
const meanStepMs = elapsedMs / globalStep;
|
|
213
|
-
const remainingSteps = globalSteps - globalStep;
|
|
214
|
-
if (Number.isFinite(meanStepMs)) {
|
|
215
|
-
etaMs = Math.max(0, remainingSteps * meanStepMs);
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
return {
|
|
219
|
-
shardIndex,
|
|
220
|
-
shardCount,
|
|
221
|
-
stepInShard,
|
|
222
|
-
stepsPerShard,
|
|
223
|
-
globalStep,
|
|
224
|
-
globalSteps,
|
|
225
|
-
percentComplete,
|
|
226
|
-
elapsedMs: Number.isFinite(elapsedMs) ? Math.max(0, elapsedMs) : null,
|
|
227
|
-
etaMs,
|
|
228
|
-
etaIso: Number.isFinite(etaMs) ? new Date(Date.now() + etaMs).toISOString() : null,
|
|
229
|
-
};
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
function countNumericAnomaliesFromObject(value, counters) {
|
|
233
|
-
if (!value || typeof value !== 'object' || Array.isArray(value)) return;
|
|
234
|
-
for (const candidate of Object.values(value)) {
|
|
235
|
-
if (typeof candidate !== 'number') continue;
|
|
236
|
-
if (Number.isNaN(candidate)) {
|
|
237
|
-
counters.nan += 1;
|
|
238
|
-
continue;
|
|
239
|
-
}
|
|
240
|
-
if (!Number.isFinite(candidate)) {
|
|
241
|
-
counters.inf += 1;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
function evaluateTelemetryAlerts(entry, telemetry) {
|
|
247
|
-
if (!telemetry?.alertsEnabled) return [];
|
|
248
|
-
const alerts = [];
|
|
249
|
-
const thresholds = telemetry.thresholds || {};
|
|
250
|
-
if (Number.isFinite(thresholds.maxStepTimeMs) && entry.step_time_ms > thresholds.maxStepTimeMs) {
|
|
251
|
-
alerts.push('max_step_time_ms_exceeded');
|
|
252
|
-
}
|
|
253
|
-
if (
|
|
254
|
-
Number.isFinite(thresholds.maxGradientNorm)
|
|
255
|
-
&& Number.isFinite(entry.gradient_norm_unclipped)
|
|
256
|
-
&& entry.gradient_norm_unclipped > thresholds.maxGradientNorm
|
|
257
|
-
) {
|
|
258
|
-
alerts.push('max_gradient_norm_exceeded');
|
|
259
|
-
}
|
|
260
|
-
if (Number.isFinite(thresholds.maxNaNCount) && Number.isFinite(entry.nan_count) && entry.nan_count > thresholds.maxNaNCount) {
|
|
261
|
-
alerts.push('max_nan_count_exceeded');
|
|
262
|
-
}
|
|
263
|
-
if (Number.isFinite(thresholds.maxInfCount) && Number.isFinite(entry.inf_count) && entry.inf_count > thresholds.maxInfCount) {
|
|
264
|
-
alerts.push('max_inf_count_exceeded');
|
|
265
|
-
}
|
|
266
|
-
if (
|
|
267
|
-
Number.isFinite(thresholds.maxSaturationCount)
|
|
268
|
-
&& Number.isFinite(entry.saturation_count)
|
|
269
|
-
&& entry.saturation_count > thresholds.maxSaturationCount
|
|
270
|
-
) {
|
|
271
|
-
alerts.push('max_saturation_count_exceeded');
|
|
272
|
-
}
|
|
273
|
-
if (
|
|
274
|
-
Number.isFinite(thresholds.minEffectiveLr)
|
|
275
|
-
&& Number.isFinite(entry.effective_lr)
|
|
276
|
-
&& entry.effective_lr < thresholds.minEffectiveLr
|
|
277
|
-
) {
|
|
278
|
-
alerts.push('min_effective_lr_below_threshold');
|
|
279
|
-
}
|
|
280
|
-
return alerts;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
function collectObjectiveMetrics(entry, objectiveMetrics) {
|
|
284
|
-
if (!objectiveMetrics || typeof objectiveMetrics !== 'object') {
|
|
285
|
-
return;
|
|
286
|
-
}
|
|
287
|
-
for (const [key, value] of Object.entries(objectiveMetrics)) {
|
|
288
|
-
if (typeof key !== 'string' || !key) continue;
|
|
289
|
-
if (typeof value === 'number' && Number.isFinite(value)) {
|
|
290
|
-
entry[key] = value;
|
|
291
|
-
continue;
|
|
292
|
-
}
|
|
293
|
-
if (value === null) {
|
|
294
|
-
entry[key] = null;
|
|
295
|
-
continue;
|
|
296
|
-
}
|
|
297
|
-
if (
|
|
298
|
-
(key === 'distill_stage' || key === 'distill_teacher_model_id' || key === 'distill_student_model_id')
|
|
299
|
-
&& typeof value === 'string'
|
|
300
|
-
&& value.trim()
|
|
301
|
-
) {
|
|
302
|
-
entry[key] = value.trim();
|
|
303
|
-
continue;
|
|
304
|
-
}
|
|
305
|
-
if (
|
|
306
|
-
(key === 'latent_shape' && Array.isArray(value))
|
|
307
|
-
|| ((key === 'latent_clean_values' || key === 'latent_noise_values' || key === 'latent_noisy_values')
|
|
308
|
-
&& Array.isArray(value))
|
|
309
|
-
) {
|
|
310
|
-
entry[key] = value;
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
function resolveModelParamGroups(model) {
|
|
316
|
-
if (model && typeof model.paramGroups === 'function') {
|
|
317
|
-
const groups = model.paramGroups();
|
|
318
|
-
if (!groups || typeof groups !== 'object') {
|
|
319
|
-
throw new Error('model.paramGroups() must return an object of tensor arrays.');
|
|
320
|
-
}
|
|
321
|
-
return groups;
|
|
322
|
-
}
|
|
323
|
-
if (model && typeof model.loraParams === 'function') {
|
|
324
|
-
return { lora: model.loraParams() };
|
|
325
|
-
}
|
|
326
|
-
return {};
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
function selectTrainableParamGroups(paramGroups, freezeMap) {
|
|
330
|
-
const trainableGroups = {};
|
|
331
|
-
const frozenGroups = [];
|
|
332
|
-
for (const [groupName, params] of Object.entries(paramGroups)) {
|
|
333
|
-
const normalizedParams = Array.isArray(params) ? params.filter(Boolean) : [];
|
|
334
|
-
if (freezeMap?.[groupName] === true) {
|
|
335
|
-
frozenGroups.push(groupName);
|
|
336
|
-
continue;
|
|
337
|
-
}
|
|
338
|
-
trainableGroups[groupName] = normalizedParams;
|
|
339
|
-
}
|
|
340
|
-
return { trainableGroups, frozenGroups };
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
function flattenUniqueParams(paramGroups) {
|
|
344
|
-
const unique = new Set();
|
|
345
|
-
const output = [];
|
|
346
|
-
for (const params of Object.values(paramGroups)) {
|
|
347
|
-
for (const tensor of params) {
|
|
348
|
-
if (!tensor || unique.has(tensor)) continue;
|
|
349
|
-
unique.add(tensor);
|
|
350
|
-
output.push(tensor);
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
return output;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
function isTensorLike(value) {
|
|
357
|
-
return !!value
|
|
358
|
-
&& typeof value === 'object'
|
|
359
|
-
&& Array.isArray(value.shape)
|
|
360
|
-
&& value.buffer != null;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
function isNodeRuntime() {
|
|
364
|
-
return typeof process !== 'undefined' && !!process.versions?.node;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
function normalizeOptionalString(value) {
|
|
368
|
-
if (value === undefined || value === null) return null;
|
|
369
|
-
const trimmed = String(value).trim();
|
|
370
|
-
return trimmed || null;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
function normalizeOptionalStringArray(value) {
|
|
374
|
-
if (!Array.isArray(value)) return null;
|
|
375
|
-
const normalized = value
|
|
376
|
-
.map((entry) => normalizeOptionalString(entry))
|
|
377
|
-
.filter(Boolean);
|
|
378
|
-
if (normalized.length === 0) return null;
|
|
379
|
-
normalized.sort((left, right) => left.localeCompare(right));
|
|
380
|
-
return normalized;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
function sanitizeGpuAdapterInfo(value) {
|
|
384
|
-
if (!value || typeof value !== 'object' || Array.isArray(value)) {
|
|
385
|
-
return null;
|
|
386
|
-
}
|
|
387
|
-
const sources = [value];
|
|
388
|
-
if (value.adapter && typeof value.adapter === 'object' && !Array.isArray(value.adapter)) {
|
|
389
|
-
sources.push(value.adapter);
|
|
390
|
-
}
|
|
391
|
-
if (value.gpu && typeof value.gpu === 'object' && !Array.isArray(value.gpu)) {
|
|
392
|
-
sources.push(value.gpu);
|
|
393
|
-
}
|
|
394
|
-
const out = {};
|
|
395
|
-
const keyMap = [
|
|
396
|
-
['name', ['name', 'adapterName']],
|
|
397
|
-
['vendor', ['vendor']],
|
|
398
|
-
['vendorId', ['vendorId']],
|
|
399
|
-
['architecture', ['architecture']],
|
|
400
|
-
['device', ['device']],
|
|
401
|
-
['deviceId', ['deviceId']],
|
|
402
|
-
['description', ['description']],
|
|
403
|
-
['driver', ['driver']],
|
|
404
|
-
['backend', ['backend']],
|
|
405
|
-
['adapterType', ['adapterType']],
|
|
406
|
-
['isFallbackAdapter', ['isFallbackAdapter']],
|
|
407
|
-
];
|
|
408
|
-
for (const [targetKey, sourceKeys] of keyMap) {
|
|
409
|
-
for (const source of sources) {
|
|
410
|
-
for (const sourceKey of sourceKeys) {
|
|
411
|
-
if (!(sourceKey in source)) continue;
|
|
412
|
-
const candidate = source[sourceKey];
|
|
413
|
-
if (
|
|
414
|
-
typeof candidate === 'string'
|
|
415
|
-
|| typeof candidate === 'number'
|
|
416
|
-
|| typeof candidate === 'boolean'
|
|
417
|
-
) {
|
|
418
|
-
out[targetKey] = candidate;
|
|
419
|
-
break;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
if (targetKey in out) break;
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
return Object.keys(out).length > 0 ? out : null;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
function stableSortObject(value) {
|
|
429
|
-
if (Array.isArray(value)) {
|
|
430
|
-
return value.map((entry) => stableSortObject(entry));
|
|
431
|
-
}
|
|
432
|
-
if (!value || typeof value !== 'object') {
|
|
433
|
-
return value;
|
|
434
|
-
}
|
|
435
|
-
const sorted = {};
|
|
436
|
-
for (const key of Object.keys(value).sort()) {
|
|
437
|
-
sorted[key] = stableSortObject(value[key]);
|
|
438
|
-
}
|
|
439
|
-
return sorted;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
function stableJson(value) {
|
|
443
|
-
return JSON.stringify(stableSortObject(value));
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
function hashStableJson(value) {
|
|
447
|
-
return sha256Hex(stableJson(value));
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
function resolveRuntimeEnvironmentMetadata(runOptions = {}) {
|
|
451
|
-
const environment = {
|
|
452
|
-
runtime: isNodeRuntime() ? 'node' : 'browser',
|
|
453
|
-
};
|
|
454
|
-
const command = normalizeOptionalString(runOptions.command);
|
|
455
|
-
const surface = normalizeOptionalString(runOptions.surface);
|
|
456
|
-
if (command) {
|
|
457
|
-
environment.command = command;
|
|
458
|
-
}
|
|
459
|
-
if (surface) {
|
|
460
|
-
environment.surface = surface;
|
|
461
|
-
}
|
|
462
|
-
if (typeof process !== 'undefined' && process.versions?.node) {
|
|
463
|
-
environment.nodeVersion = process.versions.node;
|
|
464
|
-
environment.platform = process.platform;
|
|
465
|
-
environment.arch = process.arch;
|
|
466
|
-
}
|
|
467
|
-
if (typeof navigator !== 'undefined') {
|
|
468
|
-
environment.userAgent = normalizeOptionalString(navigator.userAgent);
|
|
469
|
-
environment.hardwareConcurrency = Number.isFinite(navigator.hardwareConcurrency)
|
|
470
|
-
? navigator.hardwareConcurrency
|
|
471
|
-
: null;
|
|
472
|
-
}
|
|
473
|
-
const gpuAdapter = sanitizeGpuAdapterInfo(runOptions.gpuAdapterInfo);
|
|
474
|
-
if (gpuAdapter) {
|
|
475
|
-
environment.gpuAdapter = gpuAdapter;
|
|
476
|
-
}
|
|
477
|
-
return environment;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
function normalizeIsoTimestamp(value) {
|
|
481
|
-
if (value === undefined || value === null || value === '') return null;
|
|
482
|
-
if (value instanceof Date) {
|
|
483
|
-
return Number.isFinite(value.getTime()) ? value.toISOString() : null;
|
|
484
|
-
}
|
|
485
|
-
if (typeof value === 'number') {
|
|
486
|
-
return Number.isFinite(value) ? new Date(value).toISOString() : null;
|
|
487
|
-
}
|
|
488
|
-
if (typeof value === 'string') {
|
|
489
|
-
const trimmed = value.trim();
|
|
490
|
-
if (!trimmed) return null;
|
|
491
|
-
const parsedNumeric = Number(trimmed);
|
|
492
|
-
if (Number.isFinite(parsedNumeric)) {
|
|
493
|
-
return new Date(parsedNumeric).toISOString();
|
|
494
|
-
}
|
|
495
|
-
const parsedDate = new Date(trimmed);
|
|
496
|
-
return Number.isFinite(parsedDate.getTime()) ? parsedDate.toISOString() : null;
|
|
497
|
-
}
|
|
498
|
-
return null;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
function resolveBuildProvenance(runOptions = {}) {
|
|
502
|
-
const optionsProvenance = (
|
|
503
|
-
runOptions.buildProvenance
|
|
504
|
-
&& typeof runOptions.buildProvenance === 'object'
|
|
505
|
-
&& !Array.isArray(runOptions.buildProvenance)
|
|
506
|
-
)
|
|
507
|
-
? runOptions.buildProvenance
|
|
508
|
-
: {};
|
|
509
|
-
const env = (typeof process !== 'undefined' && process.env) ? process.env : {};
|
|
510
|
-
const commitHash = normalizeOptionalString(
|
|
511
|
-
optionsProvenance.commitHash
|
|
512
|
-
|| runOptions.buildCommitHash
|
|
513
|
-
|| env.DOPPLER_BUILD_COMMIT
|
|
514
|
-
|| env.GIT_COMMIT
|
|
515
|
-
|| env.COMMIT_SHA
|
|
516
|
-
|| env.SOURCE_VERSION
|
|
517
|
-
|| env.VERCEL_GIT_COMMIT_SHA
|
|
518
|
-
);
|
|
519
|
-
const buildId = normalizeOptionalString(
|
|
520
|
-
optionsProvenance.buildId
|
|
521
|
-
|| runOptions.buildId
|
|
522
|
-
|| env.DOPPLER_BUILD_ID
|
|
523
|
-
|| env.BUILD_ID
|
|
524
|
-
|| env.VERCEL_BUILD_ID
|
|
525
|
-
|| env.GITHUB_RUN_ID
|
|
526
|
-
);
|
|
527
|
-
const buildTimestamp = normalizeIsoTimestamp(
|
|
528
|
-
optionsProvenance.buildTimestamp
|
|
529
|
-
|| runOptions.buildTimestamp
|
|
530
|
-
|| env.DOPPLER_BUILD_TIMESTAMP
|
|
531
|
-
|| env.BUILD_TIMESTAMP
|
|
532
|
-
|| env.VERCEL_GIT_COMMIT_TIMESTAMP
|
|
533
|
-
);
|
|
534
|
-
return {
|
|
535
|
-
commitHash,
|
|
536
|
-
buildId,
|
|
537
|
-
buildTimestamp,
|
|
538
|
-
};
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
function resolveTrainingSeed(config, runOptions = {}) {
|
|
542
|
-
const candidates = [
|
|
543
|
-
runOptions.seed,
|
|
544
|
-
config?.training?.seed,
|
|
545
|
-
config?.training?.distill?.seed,
|
|
546
|
-
config?.training?.ul?.seed,
|
|
547
|
-
];
|
|
548
|
-
for (const candidate of candidates) {
|
|
549
|
-
const parsed = Number(candidate);
|
|
550
|
-
if (Number.isFinite(parsed)) {
|
|
551
|
-
return Math.floor(parsed);
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
return 1337;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
function resolveRuntimeMemoryStats() {
|
|
558
|
-
const perf = globalThis.performance;
|
|
559
|
-
const memory = perf && typeof perf === 'object' ? perf.memory : null;
|
|
560
|
-
if (!memory || typeof memory !== 'object') {
|
|
561
|
-
return null;
|
|
562
|
-
}
|
|
563
|
-
return {
|
|
564
|
-
js_heap_used_bytes: Number.isFinite(memory.usedJSHeapSize) ? memory.usedJSHeapSize : null,
|
|
565
|
-
js_heap_total_bytes: Number.isFinite(memory.totalJSHeapSize) ? memory.totalJSHeapSize : null,
|
|
566
|
-
js_heap_limit_bytes: Number.isFinite(memory.jsHeapSizeLimit) ? memory.jsHeapSizeLimit : null,
|
|
567
|
-
};
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
function resolveCheckpointMetadataContext(config, runOptions = {}) {
|
|
571
|
-
const runtimePresetId = normalizeOptionalString(runOptions.runtimePreset);
|
|
572
|
-
const kernelPathId = normalizeOptionalString(
|
|
573
|
-
runOptions.kernelPathId
|
|
574
|
-
|| config?.runtime?.inference?.kernelPath
|
|
575
|
-
|| config?.inference?.defaultKernelPath
|
|
576
|
-
);
|
|
577
|
-
const datasetIdentity = {
|
|
578
|
-
modelId: normalizeOptionalString(runOptions.modelId),
|
|
579
|
-
modelUrl: normalizeOptionalString(runOptions.modelUrl),
|
|
580
|
-
distillDatasetId: normalizeOptionalString(runOptions.distillDatasetId),
|
|
581
|
-
distillDatasetPath: normalizeOptionalString(runOptions.distillDatasetPath),
|
|
582
|
-
distillLanguagePair: normalizeOptionalString(runOptions.distillLanguagePair),
|
|
583
|
-
distillSourceLangs: normalizeOptionalStringArray(runOptions.distillSourceLangs),
|
|
584
|
-
distillTargetLangs: normalizeOptionalStringArray(runOptions.distillTargetLangs),
|
|
585
|
-
distillPairAllowlist: normalizeOptionalStringArray(runOptions.distillPairAllowlist),
|
|
586
|
-
strictPairContract: runOptions.strictPairContract === true,
|
|
587
|
-
distillShardIndex: Number.isInteger(runOptions.distillShardIndex) ? runOptions.distillShardIndex : null,
|
|
588
|
-
distillShardCount: Number.isInteger(runOptions.distillShardCount) ? runOptions.distillShardCount : null,
|
|
589
|
-
trainingStage: normalizeOptionalString(
|
|
590
|
-
runOptions.trainingStage
|
|
591
|
-
|| config?.training?.distill?.stage
|
|
592
|
-
|| config?.training?.ul?.stage
|
|
593
|
-
),
|
|
594
|
-
};
|
|
595
|
-
const configHash = hashStableJson(config?.training || {});
|
|
596
|
-
const datasetHash = hashStableJson(datasetIdentity);
|
|
597
|
-
const tokenizerHash = normalizeOptionalString(runOptions.tokenizerHash);
|
|
598
|
-
const optimizerHash = hashStableJson({
|
|
599
|
-
optimizerConfig: config?.training?.optimizer || null,
|
|
600
|
-
stepCount: Number.isInteger(runOptions.optimizerStepCount) ? runOptions.optimizerStepCount : null,
|
|
601
|
-
});
|
|
602
|
-
return {
|
|
603
|
-
configHash,
|
|
604
|
-
datasetHash,
|
|
605
|
-
tokenizerHash,
|
|
606
|
-
optimizerHash,
|
|
607
|
-
runtimePresetId,
|
|
608
|
-
kernelPathId,
|
|
609
|
-
environmentMetadata: resolveRuntimeEnvironmentMetadata(runOptions),
|
|
610
|
-
buildProvenance: resolveBuildProvenance(runOptions),
|
|
611
|
-
};
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
function buildExpectedCheckpointMetadata(metadata) {
|
|
615
|
-
const expected = {};
|
|
616
|
-
for (const key of [
|
|
617
|
-
'configHash',
|
|
618
|
-
'datasetHash',
|
|
619
|
-
'tokenizerHash',
|
|
620
|
-
'runtimePresetId',
|
|
621
|
-
'kernelPathId',
|
|
622
|
-
]) {
|
|
623
|
-
const value = metadata?.[key];
|
|
624
|
-
if (value !== null && value !== undefined) {
|
|
625
|
-
expected[key] = value;
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
return Object.keys(expected).length > 0 ? expected : null;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
function resolveForceResumeSource(runOptions = {}) {
|
|
632
|
-
return normalizeOptionalString(
|
|
633
|
-
runOptions.forceResumeSource
|
|
634
|
-
|| (
|
|
635
|
-
runOptions.command && runOptions.surface
|
|
636
|
-
? `${runOptions.command}:${runOptions.surface}`
|
|
637
|
-
: null
|
|
638
|
-
)
|
|
639
|
-
|| runOptions.command
|
|
640
|
-
|| 'training_runner'
|
|
641
|
-
);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
function toBase64(bytes) {
|
|
645
|
-
if (typeof Buffer !== 'undefined') {
|
|
646
|
-
return Buffer.from(bytes.buffer, bytes.byteOffset, bytes.byteLength).toString('base64');
|
|
647
|
-
}
|
|
648
|
-
let binary = '';
|
|
649
|
-
for (let i = 0; i < bytes.length; i += 1) {
|
|
650
|
-
binary += String.fromCharCode(bytes[i]);
|
|
651
|
-
}
|
|
652
|
-
return btoa(binary);
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
function fromBase64(base64) {
|
|
656
|
-
if (typeof Buffer !== 'undefined') {
|
|
657
|
-
const buffer = Buffer.from(base64, 'base64');
|
|
658
|
-
return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
|
|
659
|
-
}
|
|
660
|
-
const binary = atob(base64);
|
|
661
|
-
const bytes = new Uint8Array(binary.length);
|
|
662
|
-
for (let i = 0; i < binary.length; i += 1) {
|
|
663
|
-
bytes[i] = binary.charCodeAt(i);
|
|
664
|
-
}
|
|
665
|
-
return bytes;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
async function serializeTensorSnapshot(tensor) {
|
|
669
|
-
const raw = await readBuffer(tensor.buffer);
|
|
670
|
-
const bytes = new Uint8Array(raw);
|
|
671
|
-
return {
|
|
672
|
-
dtype: tensor.dtype,
|
|
673
|
-
shape: Array.isArray(tensor.shape) ? [...tensor.shape] : [],
|
|
674
|
-
dataBase64: toBase64(bytes),
|
|
675
|
-
};
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
async function restoreTensorSnapshot(tensor, snapshot) {
|
|
679
|
-
if (!isTensorLike(tensor)) return false;
|
|
680
|
-
if (!snapshot || typeof snapshot !== 'object') return false;
|
|
681
|
-
const encoded = normalizeOptionalString(snapshot.dataBase64);
|
|
682
|
-
if (!encoded) return false;
|
|
683
|
-
const decoded = fromBase64(encoded);
|
|
684
|
-
uploadData(tensor.buffer, decoded);
|
|
685
|
-
return true;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
function buildTrainableParamRefs(model, freezeMap = null) {
|
|
689
|
-
const paramGroups = resolveModelParamGroups(model);
|
|
690
|
-
const { trainableGroups } = selectTrainableParamGroups(paramGroups, freezeMap || {});
|
|
691
|
-
const refs = [];
|
|
692
|
-
const seen = new Set();
|
|
693
|
-
for (const [groupName, params] of Object.entries(trainableGroups)) {
|
|
694
|
-
for (let index = 0; index < params.length; index += 1) {
|
|
695
|
-
const tensor = params[index];
|
|
696
|
-
if (!isTensorLike(tensor) || seen.has(tensor)) continue;
|
|
697
|
-
seen.add(tensor);
|
|
698
|
-
refs.push({
|
|
699
|
-
key: `${groupName}[${index}]`,
|
|
700
|
-
tensor,
|
|
701
|
-
});
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
return refs;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
function looksLikeTrainingCheckpointRecord(value) {
|
|
708
|
-
const trainingState = value?.trainingState;
|
|
709
|
-
if (!trainingState || typeof trainingState !== 'object') return false;
|
|
710
|
-
const progress = trainingState.progress;
|
|
711
|
-
if (!progress || typeof progress !== 'object') return false;
|
|
712
|
-
return Number.isInteger(progress.step) && progress.step >= 0;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
export async function createTrainingCheckpointPayload(model, optimizer, context) {
|
|
716
|
-
const freezeMap = context.config?.training?.ul?.freeze
|
|
717
|
-
?? context.config?.training?.distill?.freeze
|
|
718
|
-
?? {};
|
|
719
|
-
const refs = buildTrainableParamRefs(model, freezeMap);
|
|
720
|
-
const params = {};
|
|
721
|
-
const optimizerSlots = {};
|
|
722
|
-
for (const ref of refs) {
|
|
723
|
-
params[ref.key] = await serializeTensorSnapshot(ref.tensor);
|
|
724
|
-
const optimizerStateEntry = optimizer?.state instanceof Map
|
|
725
|
-
? optimizer.state.get(ref.tensor)
|
|
726
|
-
: null;
|
|
727
|
-
if (optimizerStateEntry?.m && optimizerStateEntry?.v) {
|
|
728
|
-
optimizerSlots[ref.key] = {
|
|
729
|
-
m: await serializeTensorSnapshot(optimizerStateEntry.m),
|
|
730
|
-
v: await serializeTensorSnapshot(optimizerStateEntry.v),
|
|
731
|
-
};
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
return {
|
|
735
|
-
trainingState: {
|
|
736
|
-
schemaVersion: 1,
|
|
737
|
-
progress: {
|
|
738
|
-
step: context.step,
|
|
739
|
-
epoch: context.epoch,
|
|
740
|
-
batch: context.batch,
|
|
741
|
-
},
|
|
742
|
-
optimizerStepCount: Number.isInteger(optimizer?.stepCount) ? optimizer.stepCount : 0,
|
|
743
|
-
params,
|
|
744
|
-
optimizerSlots,
|
|
745
|
-
},
|
|
746
|
-
};
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
export async function restoreTrainingCheckpointState(model, optimizer, checkpointRecord, config) {
|
|
750
|
-
if (!looksLikeTrainingCheckpointRecord(checkpointRecord)) {
|
|
751
|
-
return null;
|
|
752
|
-
}
|
|
753
|
-
const trainingState = checkpointRecord.trainingState;
|
|
754
|
-
const freezeMap = config?.training?.ul?.freeze
|
|
755
|
-
?? config?.training?.distill?.freeze
|
|
756
|
-
?? {};
|
|
757
|
-
const refs = buildTrainableParamRefs(model, freezeMap);
|
|
758
|
-
const refMap = new Map(refs.map((entry) => [entry.key, entry.tensor]));
|
|
759
|
-
const params = trainingState.params && typeof trainingState.params === 'object'
|
|
760
|
-
? trainingState.params
|
|
761
|
-
: {};
|
|
762
|
-
for (const [key, snapshot] of Object.entries(params)) {
|
|
763
|
-
const tensor = refMap.get(key);
|
|
764
|
-
if (!tensor) continue;
|
|
765
|
-
await restoreTensorSnapshot(tensor, snapshot);
|
|
766
|
-
}
|
|
767
|
-
if (optimizer && Number.isInteger(trainingState.optimizerStepCount)) {
|
|
768
|
-
optimizer.stepCount = trainingState.optimizerStepCount;
|
|
769
|
-
}
|
|
770
|
-
const optimizerSlots = trainingState.optimizerSlots && typeof trainingState.optimizerSlots === 'object'
|
|
771
|
-
? trainingState.optimizerSlots
|
|
772
|
-
: {};
|
|
773
|
-
if (optimizer && typeof optimizer.getState === 'function') {
|
|
774
|
-
for (const [key, snapshot] of Object.entries(optimizerSlots)) {
|
|
775
|
-
const tensor = refMap.get(key);
|
|
776
|
-
if (!tensor) continue;
|
|
777
|
-
const slot = optimizer.getState(tensor);
|
|
778
|
-
if (slot?.m) {
|
|
779
|
-
await restoreTensorSnapshot(slot.m, snapshot?.m);
|
|
780
|
-
}
|
|
781
|
-
if (slot?.v) {
|
|
782
|
-
await restoreTensorSnapshot(slot.v, snapshot?.v);
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
}
|
|
786
|
-
const progress = trainingState.progress || {};
|
|
787
|
-
const resumeAudits = Array.isArray(checkpointRecord?.metadata?.resumeAudits)
|
|
788
|
-
? checkpointRecord.metadata.resumeAudits
|
|
789
|
-
.filter((entry) => entry && typeof entry === 'object')
|
|
790
|
-
.map((entry) => ({ ...entry }))
|
|
791
|
-
: [];
|
|
792
|
-
return {
|
|
793
|
-
step: Number.isInteger(progress.step) ? progress.step : 0,
|
|
794
|
-
epoch: Number.isInteger(progress.epoch) ? progress.epoch : 0,
|
|
795
|
-
batch: Number.isInteger(progress.batch) ? progress.batch : 0,
|
|
796
|
-
checkpointHash: checkpointRecord?.metadata?.checkpointHash || null,
|
|
797
|
-
previousCheckpointHash: checkpointRecord?.metadata?.lineage?.previousCheckpointHash || null,
|
|
798
|
-
checkpointKey: checkpointRecord?.metadata?.lineage?.checkpointKey || null,
|
|
799
|
-
resumeAudits,
|
|
800
|
-
resumeAuditCount: resumeAudits.length,
|
|
801
|
-
};
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
async function resolveDefaultCheckpointKey(runOptions, distillContract, ulContract) {
|
|
805
|
-
const artifactDir = normalizeOptionalString(
|
|
806
|
-
runOptions.distillArtifactDir
|
|
807
|
-
|| runOptions.ulArtifactDir
|
|
808
|
-
|| distillContract?.artifactDir
|
|
809
|
-
|| ulContract?.artifactDir
|
|
810
|
-
);
|
|
811
|
-
if (!artifactDir) return null;
|
|
812
|
-
if (!isNodeRuntime()) {
|
|
813
|
-
const mode = distillContract?.enabled ? 'distill' : (ulContract?.enabled ? 'ul' : 'training');
|
|
814
|
-
return `${mode}.latest.checkpoint`;
|
|
815
|
-
}
|
|
816
|
-
const { resolve, join } = await import('node:path');
|
|
817
|
-
const mode = distillContract?.enabled ? 'distill' : (ulContract?.enabled ? 'ul' : 'training');
|
|
818
|
-
return resolve(join(artifactDir, `${mode}.latest.checkpoint.json`));
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
async function resolveCheckpointKey(runOptions, distillContract, ulContract) {
|
|
822
|
-
const explicit = normalizeOptionalString(runOptions.resumeFrom);
|
|
823
|
-
if (explicit) {
|
|
824
|
-
return { explicit, fallback: await resolveDefaultCheckpointKey(runOptions, distillContract, ulContract) };
|
|
825
|
-
}
|
|
826
|
-
return { explicit: null, fallback: await resolveDefaultCheckpointKey(runOptions, distillContract, ulContract) };
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
export class TrainingRunner {
|
|
830
|
-
constructor(config, options = {}) {
|
|
831
|
-
this.config = config;
|
|
832
|
-
this.optimizer = options.optimizer || new AdamOptimizer(config);
|
|
833
|
-
this.lossFn = options.crossEntropyLoss || crossEntropyLoss;
|
|
834
|
-
this.clipFn = options.clipGradients || clipGradients;
|
|
835
|
-
this.trainingObjective = resolveTrainingObjective(config, options);
|
|
836
|
-
this.lossScaler = options.lossScaler || new DynamicLossScaler(config.training.lossScaling);
|
|
837
|
-
this.onStep = options.onStep || null;
|
|
838
|
-
this.onEpoch = options.onEpoch || null;
|
|
839
|
-
this.onCheckpoint = options.onCheckpoint || null;
|
|
840
|
-
this.resolveCheckpointKey = options.resolveCheckpointKey || null;
|
|
841
|
-
this.lastArtifact = null;
|
|
842
|
-
this.lastCheckpoint = null;
|
|
843
|
-
this.resumeState = null;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
async run(model, dataset, options = {}) {
|
|
847
|
-
this.lastCheckpoint = null;
|
|
848
|
-
this.lastArtifact = null;
|
|
849
|
-
const {
|
|
850
|
-
epochs = 1,
|
|
851
|
-
batchSize = 1,
|
|
852
|
-
shuffle = true,
|
|
853
|
-
maxSteps = null,
|
|
854
|
-
logEvery = 1,
|
|
855
|
-
prepareBatch = null,
|
|
856
|
-
} = options;
|
|
857
|
-
|
|
858
|
-
const distillContract = resolveDistillTrainingContract(this.config.training?.distill);
|
|
859
|
-
const ulContract = resolveUlTrainingContract(this.config.training?.ul);
|
|
860
|
-
if (distillContract.enabled && ulContract.enabled) {
|
|
861
|
-
throw new Error('TrainingRunner cannot run distill and ul modes simultaneously.');
|
|
862
|
-
}
|
|
863
|
-
const checkpointInterval = toPositiveIntegerOrNull(options.checkpointEvery) ?? 1;
|
|
864
|
-
const checkpointMetadata = resolveCheckpointMetadataContext(this.config, {
|
|
865
|
-
...options,
|
|
866
|
-
optimizerStepCount: this.optimizer?.stepCount,
|
|
867
|
-
});
|
|
868
|
-
const trainingSeed = resolveTrainingSeed(this.config, options);
|
|
869
|
-
const trainingModelId = normalizeOptionalString(
|
|
870
|
-
options.modelId || options.studentModelId
|
|
871
|
-
) || 'training';
|
|
872
|
-
const runtimePreset = normalizeOptionalString(options.runtimePreset);
|
|
873
|
-
const kernelPath = normalizeOptionalString(checkpointMetadata.kernelPathId);
|
|
874
|
-
const environmentMetadata = checkpointMetadata.environmentMetadata || resolveRuntimeEnvironmentMetadata();
|
|
875
|
-
const buildProvenance = checkpointMetadata.buildProvenance || null;
|
|
876
|
-
const expectedCheckpointMetadata = buildExpectedCheckpointMetadata(checkpointMetadata);
|
|
877
|
-
const forceResumeEnabled = options.forceResume === true;
|
|
878
|
-
const forceResumeReason = normalizeOptionalString(options.forceResumeReason);
|
|
879
|
-
const checkpointLoadOptions = {
|
|
880
|
-
...checkpointMetadata,
|
|
881
|
-
...(expectedCheckpointMetadata ? { expectedMetadata: expectedCheckpointMetadata } : {}),
|
|
882
|
-
forceResume: forceResumeEnabled,
|
|
883
|
-
forceResumeReason: forceResumeReason || undefined,
|
|
884
|
-
forceResumeSource: resolveForceResumeSource(options),
|
|
885
|
-
forceResumeOperator: normalizeOptionalString(options.checkpointOperator),
|
|
886
|
-
};
|
|
887
|
-
const checkpointKeys = await resolveCheckpointKey(options, distillContract, ulContract);
|
|
888
|
-
let checkpointKey = checkpointKeys.fallback;
|
|
889
|
-
let restoredProgress = null;
|
|
890
|
-
const tryRestoreCheckpoint = async (key) => {
|
|
891
|
-
if (!key) return null;
|
|
892
|
-
const checkpointRecord = await loadCheckpoint(key, checkpointLoadOptions);
|
|
893
|
-
if (!checkpointRecord) {
|
|
894
|
-
return null;
|
|
895
|
-
}
|
|
896
|
-
return restoreTrainingCheckpointState(model, this.optimizer, checkpointRecord, this.config);
|
|
897
|
-
};
|
|
898
|
-
if (checkpointKeys.explicit) {
|
|
899
|
-
restoredProgress = await tryRestoreCheckpoint(checkpointKeys.explicit);
|
|
900
|
-
if (!restoredProgress) {
|
|
901
|
-
throw new Error(`TrainingRunner: resume checkpoint not found or invalid: ${checkpointKeys.explicit}`);
|
|
902
|
-
}
|
|
903
|
-
checkpointKey = checkpointKeys.explicit;
|
|
904
|
-
}
|
|
905
|
-
if (!restoredProgress && checkpointKeys.fallback && checkpointKeys.fallback !== checkpointKeys.explicit) {
|
|
906
|
-
restoredProgress = await tryRestoreCheckpoint(checkpointKeys.fallback);
|
|
907
|
-
}
|
|
908
|
-
this.resumeState = restoredProgress || null;
|
|
909
|
-
const persistCheckpoint = async (checkpointContext) => {
|
|
910
|
-
if (!checkpointKey) return;
|
|
911
|
-
const payload = await createTrainingCheckpointPayload(model, this.optimizer, {
|
|
912
|
-
step: checkpointContext.step,
|
|
913
|
-
epoch: checkpointContext.epoch,
|
|
914
|
-
batch: checkpointContext.batch,
|
|
915
|
-
config: this.config,
|
|
916
|
-
});
|
|
917
|
-
const resolvedCheckpointKey = this.resolveCheckpointKey
|
|
918
|
-
? await this.resolveCheckpointKey({
|
|
919
|
-
defaultCheckpointKey: checkpointKey,
|
|
920
|
-
step: checkpointContext.step,
|
|
921
|
-
epoch: checkpointContext.epoch,
|
|
922
|
-
batch: checkpointContext.batch,
|
|
923
|
-
})
|
|
924
|
-
: checkpointKey;
|
|
925
|
-
const saveResult = await saveCheckpoint(resolvedCheckpointKey, payload, {
|
|
926
|
-
...checkpointMetadata,
|
|
927
|
-
optimizerHash: hashStableJson(payload?.trainingState?.optimizerSlots || {}),
|
|
928
|
-
});
|
|
929
|
-
this.lastCheckpoint = {
|
|
930
|
-
key: resolvedCheckpointKey,
|
|
931
|
-
defaultKey: checkpointKey,
|
|
932
|
-
path: saveResult?.path || null,
|
|
933
|
-
metadata: saveResult?.metadata || null,
|
|
934
|
-
step: checkpointContext.step,
|
|
935
|
-
epoch: checkpointContext.epoch,
|
|
936
|
-
batch: checkpointContext.batch,
|
|
937
|
-
};
|
|
938
|
-
if (this.onCheckpoint) {
|
|
939
|
-
await this.onCheckpoint({
|
|
940
|
-
key: resolvedCheckpointKey,
|
|
941
|
-
defaultCheckpointKey: checkpointKey,
|
|
942
|
-
path: saveResult?.path || null,
|
|
943
|
-
metadata: saveResult?.metadata || null,
|
|
944
|
-
payload,
|
|
945
|
-
step: checkpointContext.step,
|
|
946
|
-
epoch: checkpointContext.epoch,
|
|
947
|
-
batch: checkpointContext.batch,
|
|
948
|
-
});
|
|
949
|
-
}
|
|
950
|
-
};
|
|
951
|
-
|
|
952
|
-
const artifactSession = distillContract.enabled
|
|
953
|
-
? await createDistillArtifactSession({
|
|
954
|
-
config: this.config,
|
|
955
|
-
stage: distillContract.stage,
|
|
956
|
-
runOptions: options,
|
|
957
|
-
})
|
|
958
|
-
: (ulContract.enabled
|
|
959
|
-
? await createUlArtifactSession({
|
|
960
|
-
config: this.config,
|
|
961
|
-
stage: ulContract.stage,
|
|
962
|
-
runOptions: options,
|
|
963
|
-
})
|
|
964
|
-
: null);
|
|
965
|
-
const stage1ArtifactContext = ulContract.enabled && ulContract.stage === 'stage2_base'
|
|
966
|
-
? await resolveStage1ArtifactContext(this.config)
|
|
967
|
-
: null;
|
|
968
|
-
const stageAArtifactContext = distillContract.enabled && distillContract.stage === 'stage_b'
|
|
969
|
-
? await resolveStageAArtifactContext(this.config)
|
|
970
|
-
: null;
|
|
971
|
-
|
|
972
|
-
let step = restoredProgress?.step || 0;
|
|
973
|
-
let resumeSkipRemaining = restoredProgress?.step || 0;
|
|
974
|
-
const metrics = [];
|
|
975
|
-
const telemetry = resolveTelemetrySettings(this.config);
|
|
976
|
-
const lossWindow = [];
|
|
977
|
-
const stepTimeWindow = [];
|
|
978
|
-
const progressContext = resolveProgressContext(this.config, { ...options, maxSteps });
|
|
979
|
-
const runStartMs = globalThis.performance.now();
|
|
980
|
-
|
|
981
|
-
for (let epoch = 0; epoch < epochs; epoch += 1) {
|
|
982
|
-
const batches = await resolveBatches(dataset, batchSize, shuffle);
|
|
983
|
-
let batchIndex = 0;
|
|
984
|
-
for await (const rawBatch of batches) {
|
|
985
|
-
if (resumeSkipRemaining > 0) {
|
|
986
|
-
resumeSkipRemaining -= 1;
|
|
987
|
-
continue;
|
|
988
|
-
}
|
|
989
|
-
step += 1;
|
|
990
|
-
batchIndex += 1;
|
|
991
|
-
const batch = prepareBatch ? await prepareBatch(rawBatch) : rawBatch;
|
|
992
|
-
const step_start_ms = globalThis.performance.now();
|
|
993
|
-
const stepResult = await this._runStep(model, batch, {
|
|
994
|
-
stepIndex: step - 1,
|
|
995
|
-
epoch,
|
|
996
|
-
batch: batchIndex,
|
|
997
|
-
stage1ArtifactContext,
|
|
998
|
-
stageAArtifactContext,
|
|
999
|
-
});
|
|
1000
|
-
const step_time_ms = globalThis.performance.now() - step_start_ms;
|
|
1001
|
-
const progressSnapshot = buildProgressSnapshot(
|
|
1002
|
-
step,
|
|
1003
|
-
globalThis.performance.now() - runStartMs,
|
|
1004
|
-
progressContext
|
|
1005
|
-
);
|
|
1006
|
-
const meanLoss = await computeLossMean(stepResult.loss);
|
|
1007
|
-
pushRolling(lossWindow, meanLoss, telemetry.windowSize);
|
|
1008
|
-
pushRolling(stepTimeWindow, step_time_ms, telemetry.windowSize);
|
|
1009
|
-
const objectiveName = stepResult.objectiveName || this.trainingObjective?.name || 'cross_entropy';
|
|
1010
|
-
const objectiveStage = resolveObjectiveStage(objectiveName);
|
|
1011
|
-
const objectiveDistillStage = resolveObjectiveDistillStage(objectiveName);
|
|
1012
|
-
|
|
1013
|
-
const entry = {
|
|
1014
|
-
schemaVersion: 1,
|
|
1015
|
-
step,
|
|
1016
|
-
epoch,
|
|
1017
|
-
batch: batchIndex,
|
|
1018
|
-
objective: objectiveName,
|
|
1019
|
-
total_loss: meanLoss,
|
|
1020
|
-
step_time_ms,
|
|
1021
|
-
forward_ms: stepResult.forward_ms,
|
|
1022
|
-
backward_ms: stepResult.backward_ms,
|
|
1023
|
-
optimizer_ms: stepResult.optimizerMetrics?.optimizer_ms,
|
|
1024
|
-
effective_lr: toMetricNumber(stepResult.optimizerMetrics?.effective_lr, null),
|
|
1025
|
-
lr: toMetricNumber(stepResult.optimizerMetrics?.effective_lr, null),
|
|
1026
|
-
scheduler_index: Number.isInteger(stepResult.optimizerMetrics?.scheduler_index)
|
|
1027
|
-
? stepResult.optimizerMetrics.scheduler_index
|
|
1028
|
-
: null,
|
|
1029
|
-
scheduler_phase: stepResult.optimizerMetrics?.scheduler_phase ?? null,
|
|
1030
|
-
seed: trainingSeed,
|
|
1031
|
-
model_id: trainingModelId,
|
|
1032
|
-
runtime_preset: runtimePreset,
|
|
1033
|
-
kernel_path: kernelPath,
|
|
1034
|
-
environment_metadata: environmentMetadata,
|
|
1035
|
-
memory_stats: resolveRuntimeMemoryStats(),
|
|
1036
|
-
build_provenance: buildProvenance,
|
|
1037
|
-
gradient_norm_unclipped: stepResult.clipMetrics?.gradient_norm_unclipped,
|
|
1038
|
-
gradient_norm_clipped: stepResult.clipMetrics?.gradient_norm_clipped,
|
|
1039
|
-
clipped_event_count: stepResult.clipMetrics?.clipped_event_count,
|
|
1040
|
-
total_param_count: stepResult.clipMetrics?.total_param_count,
|
|
1041
|
-
trainable_param_count: stepResult.paramGroupMetrics?.trainableParamCount ?? null,
|
|
1042
|
-
trainable_groups: stepResult.paramGroupMetrics?.trainableGroups ?? [],
|
|
1043
|
-
frozen_groups: stepResult.paramGroupMetrics?.frozenGroups ?? [],
|
|
1044
|
-
ul_stage: objectiveStage,
|
|
1045
|
-
distill_stage: objectiveDistillStage,
|
|
1046
|
-
lambda: toMetricNumber(
|
|
1047
|
-
stepResult.objectiveMetrics?.lambda,
|
|
1048
|
-
objectiveStage ? toMetricNumber(this.config.training?.ul?.lambda0, null) : null
|
|
1049
|
-
),
|
|
1050
|
-
progress_shard_index: progressSnapshot.shardIndex,
|
|
1051
|
-
progress_shard_count: progressSnapshot.shardCount,
|
|
1052
|
-
progress_step_in_shard: progressSnapshot.stepInShard,
|
|
1053
|
-
progress_steps_in_shard: progressSnapshot.stepsPerShard,
|
|
1054
|
-
progress_global_step: progressSnapshot.globalStep,
|
|
1055
|
-
progress_global_steps: progressSnapshot.globalSteps,
|
|
1056
|
-
progress_percent_complete: progressSnapshot.percentComplete,
|
|
1057
|
-
progress_elapsed_ms: progressSnapshot.elapsedMs,
|
|
1058
|
-
progress_eta_ms: progressSnapshot.etaMs,
|
|
1059
|
-
progress_eta_iso: progressSnapshot.etaIso,
|
|
1060
|
-
telemetry_mode: telemetry.mode,
|
|
1061
|
-
telemetry_window_size: telemetry.windowSize,
|
|
1062
|
-
window_loss_avg: average(lossWindow),
|
|
1063
|
-
window_step_time_ms_avg: average(stepTimeWindow),
|
|
1064
|
-
};
|
|
1065
|
-
collectObjectiveMetrics(entry, stepResult.objectiveMetrics);
|
|
1066
|
-
const anomalies = { nan: 0, inf: 0 };
|
|
1067
|
-
if (telemetry.emitNaNInfCounters) {
|
|
1068
|
-
countNumericAnomaliesFromObject(entry, anomalies);
|
|
1069
|
-
countNumericAnomaliesFromObject(stepResult.objectiveMetrics, anomalies);
|
|
1070
|
-
}
|
|
1071
|
-
entry.nan_count = anomalies.nan;
|
|
1072
|
-
entry.inf_count = anomalies.inf;
|
|
1073
|
-
entry.saturation_count = Number.isInteger(stepResult.clipMetrics?.clipped_event_count)
|
|
1074
|
-
? stepResult.clipMetrics.clipped_event_count
|
|
1075
|
-
: 0;
|
|
1076
|
-
const telemetryAlerts = evaluateTelemetryAlerts(entry, telemetry);
|
|
1077
|
-
if (telemetry.alertsEnabled) {
|
|
1078
|
-
entry.telemetry_alerts = telemetryAlerts;
|
|
1079
|
-
}
|
|
1080
|
-
if (telemetry.failOnAlert && telemetryAlerts.length > 0) {
|
|
1081
|
-
throw new Error(
|
|
1082
|
-
`training telemetry alert(s): ${telemetryAlerts.join(', ')} at step ${entry.step}.`
|
|
1083
|
-
);
|
|
1084
|
-
}
|
|
1085
|
-
validateTrainingMetricsEntry(entry);
|
|
1086
|
-
metrics.push(entry);
|
|
1087
|
-
if (artifactSession) {
|
|
1088
|
-
await artifactSession.appendStep(entry);
|
|
1089
|
-
}
|
|
1090
|
-
if (
|
|
1091
|
-
checkpointKey
|
|
1092
|
-
&& checkpointInterval !== null
|
|
1093
|
-
&& (checkpointInterval <= 1 || step % checkpointInterval === 0)
|
|
1094
|
-
) {
|
|
1095
|
-
await persistCheckpoint({
|
|
1096
|
-
step,
|
|
1097
|
-
epoch,
|
|
1098
|
-
batch: batchIndex,
|
|
1099
|
-
});
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
if (this.onStep && (logEvery <= 0 || step % logEvery === 0)) {
|
|
1103
|
-
await this.onStep(entry);
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
if (maxSteps && step >= maxSteps) {
|
|
1107
|
-
if (artifactSession) {
|
|
1108
|
-
this.lastArtifact = await artifactSession.finalize(metrics);
|
|
1109
|
-
}
|
|
1110
|
-
if (this.onEpoch) {
|
|
1111
|
-
await this.onEpoch({ epoch, steps: batchIndex, loss: meanLoss });
|
|
1112
|
-
}
|
|
1113
|
-
if (checkpointKey) {
|
|
1114
|
-
await persistCheckpoint({
|
|
1115
|
-
step,
|
|
1116
|
-
epoch,
|
|
1117
|
-
batch: batchIndex,
|
|
1118
|
-
});
|
|
1119
|
-
}
|
|
1120
|
-
return metrics;
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
if (this.onEpoch) {
|
|
1125
|
-
const last = metrics[metrics.length - 1];
|
|
1126
|
-
await this.onEpoch({ epoch, steps: batchIndex, loss: last?.total_loss ?? 0 });
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
if (artifactSession) {
|
|
1131
|
-
this.lastArtifact = await artifactSession.finalize(metrics);
|
|
1132
|
-
} else {
|
|
1133
|
-
this.lastArtifact = null;
|
|
1134
|
-
}
|
|
1135
|
-
if (checkpointKey) {
|
|
1136
|
-
const finalEpoch = Math.max(0, epochs - 1);
|
|
1137
|
-
const finalBatch = metrics.length > 0
|
|
1138
|
-
? (metrics[metrics.length - 1]?.batch ?? 0)
|
|
1139
|
-
: 0;
|
|
1140
|
-
await persistCheckpoint({
|
|
1141
|
-
step,
|
|
1142
|
-
epoch: finalEpoch,
|
|
1143
|
-
batch: finalBatch,
|
|
1144
|
-
});
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
return metrics;
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
async _runStep(model, batch, context = {}) {
|
|
1151
|
-
const lossScale = this.lossScaler.shouldScale() ? this.lossScaler.scale : 1;
|
|
1152
|
-
const options = {
|
|
1153
|
-
crossEntropyLoss: this.lossFn,
|
|
1154
|
-
clipGradients: this.clipFn,
|
|
1155
|
-
optimizer: this.optimizer,
|
|
1156
|
-
trainingObjective: this.trainingObjective,
|
|
1157
|
-
lossScale,
|
|
1158
|
-
stepIndex: context.stepIndex ?? null,
|
|
1159
|
-
epochIndex: context.epoch ?? null,
|
|
1160
|
-
batchIndex: context.batch ?? null,
|
|
1161
|
-
stage1ArtifactContext: context.stage1ArtifactContext ?? null,
|
|
1162
|
-
stageAArtifactContext: context.stageAArtifactContext ?? null,
|
|
1163
|
-
applyClip: false,
|
|
1164
|
-
applyOptimizer: false,
|
|
1165
|
-
};
|
|
1166
|
-
|
|
1167
|
-
const result = await trainStep(model, batch, this.config, options);
|
|
1168
|
-
let grads = result.grads;
|
|
1169
|
-
|
|
1170
|
-
if (this.lossScaler.enabled && this.lossScaler.overflowCheck) {
|
|
1171
|
-
const overflow = await detectOverflow(grads);
|
|
1172
|
-
this.lossScaler.update(overflow);
|
|
1173
|
-
if (overflow) {
|
|
1174
|
-
return {
|
|
1175
|
-
loss: result.loss,
|
|
1176
|
-
forward_ms: result.forward_ms,
|
|
1177
|
-
backward_ms: result.backward_ms,
|
|
1178
|
-
clipMetrics: null,
|
|
1179
|
-
optimizerMetrics: null,
|
|
1180
|
-
};
|
|
1181
|
-
}
|
|
1182
|
-
} else if (this.lossScaler.enabled) {
|
|
1183
|
-
this.lossScaler.update(false);
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
const clipMetrics = await this.clipFn(grads, this.config);
|
|
1187
|
-
const paramGroups = resolveModelParamGroups(model);
|
|
1188
|
-
const freezeMap = this.config.training?.ul?.freeze
|
|
1189
|
-
?? this.config.training?.distill?.freeze
|
|
1190
|
-
?? {};
|
|
1191
|
-
const { trainableGroups, frozenGroups } = selectTrainableParamGroups(paramGroups, freezeMap);
|
|
1192
|
-
const trainableParams = flattenUniqueParams(trainableGroups);
|
|
1193
|
-
const optimizerMetrics = await this.optimizer.step(trainableParams, clipMetrics.clippedGrads, this.config, {
|
|
1194
|
-
trainableGroups: Object.keys(trainableGroups),
|
|
1195
|
-
frozenGroups,
|
|
1196
|
-
allGroups: Object.keys(paramGroups),
|
|
1197
|
-
});
|
|
1198
|
-
|
|
1199
|
-
return {
|
|
1200
|
-
loss: result.loss,
|
|
1201
|
-
forward_ms: result.forward_ms,
|
|
1202
|
-
backward_ms: result.backward_ms,
|
|
1203
|
-
clipMetrics,
|
|
1204
|
-
optimizerMetrics,
|
|
1205
|
-
objectiveName: result.objectiveName,
|
|
1206
|
-
objectiveMetrics: result.objectiveMetrics,
|
|
1207
|
-
paramGroupMetrics: {
|
|
1208
|
-
trainableGroups: Object.keys(trainableGroups),
|
|
1209
|
-
frozenGroups,
|
|
1210
|
-
allGroups: Object.keys(paramGroups),
|
|
1211
|
-
trainableParamCount: trainableParams.length,
|
|
1212
|
-
},
|
|
1213
|
-
};
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
export async function runTraining(model, dataset, config, options = {}) {
|
|
1218
|
-
const runner = new TrainingRunner(config, options);
|
|
1219
|
-
return runner.run(model, dataset, options);
|
|
1220
|
-
}
|