Create the default Node.js ONNX Runtime inference engine.
Used by TimesFMModel.fromPretrained() when no custom engine is provided.
The factory pattern avoids a static import of onnxruntime-node from
timesfm-core, enabling pure-browser consumption without native addon bloat.
Create the default Node.js ONNX Runtime inference engine.
Used by
TimesFMModel.fromPretrained()when no custom engine is provided. The factory pattern avoids a static import ofonnxruntime-nodefromtimesfm-core, enabling pure-browser consumption without native addon bloat.