Dashboard › opencode-lore › Distillation
1b4f7d07-b9d8-4709-8f74-6e6210c5a1e1["lore_tm_v1_LkHpngXFUvIJzOmnpS_fKAUtqTTuUkBEgQm-9qRg8xA","lore_tm_v1_-oI5_tXWHYaDUTI21xPa6N97QrxS_0s8DOF86zPpqWM","lore_tm_v1_z__Wb-8Vezsig57NI3tN-mtnFLLEYpPosu2JMs4VZRs","lore_tm_v1_FoNQ3zb86kgZdLb_2oWM9kwUuGn-N7Q-XlgKR7KlYHQ","lore_tm_v1_EPV3K2PE5zT6-ixu12B65lajx5RMsEI5pOJ9qxGVjzs","lore_tm_v1_EksIjhB4oAk1FoY-YEXXzUoVyCbTom_fEp0wGQd2w7Q"]
Date: Sep 16, 2026
#999).node_modules; it must never select an arbitrary onnxruntime-node installation from elsewhere in the dependency tree.resolveNativeOrtBinding()-style package resolution never to throw: an unresolvable package is the expected dist-only case and must degrade to WASM rather than crash embedding.nativeIntraOpThreads() to leave ONNX Runtime’s thread default untouched on an unrestricted host; when availableParallelism() === os.cpus().length, it returns undefined. A thread override is only appropriate when availableParallelism() < os.cpus().length, indicating a genuine CPU restriction.@loreai/onnxruntime-<os>-<arch> through ortNativePackageName(). Unknown Linux libc fails closed to WASM, and supported native bindings are validated as canonical files with platform binary signatures such as ELF magic bytes 0x7f 0x45 0x4c 0x46.packages/core/src/embedding-worker.ts configures the WASM backend with wasmEnv.onnx.wasm.proxy = false; the native onnxruntime-node backend ignores these WASM settings. The feature-extraction pipeline uses dtype: "q8".init-needs-wasm, distinct from init-error. In packages/core/src/embedding/local.ts, the request is one-shot, clears transient initialization debt, and invokes respawnForWasm() so the original request can be resubmitted rather than lost.packages/core/src/embedding/local.ts, packages/core/src/embedding-worker.ts, packages/core/src/embedding-worker-types.ts, packages/core/src/vector-worker.ts, packages/core/src/vector-worker-types.ts, and packages/core/src/vector-pool.ts.