Foundation Models Package (openstef_foundation_models)#
Pretrained foundation-model forecasters that run on an ONNX inference runtime and plug into openstef-models workflows and openstef-beam backtesting. Chronos-2 is the first model family the package ships; the inference backend, provider selection, checkpoint catalog, and workflow machinery are model-agnostic.
The package is split into four subpackages:
modelsholds the checkpoint catalog (Chronos2,CheckpointVariant), the checkpoint resolution types, and theChronos2Forecaster.presetsholdsForecastingWorkflowConfigandcreate_forecasting_workflow(), the one-call path from config to a runnable workflow.inferenceholds theInferenceBackendprotocol, the ONNX backend, the execution-provider configs, and the host-aware provider selection policy.integrationsholdsFoundationModelBacktestForecaster, the beam backtesting adapter.
Foundation-model artifacts: checkpoints and forecasters. |
|
Presets for building foundation-model forecasters from declarative config. |
|
Inference backends for foundation-model forecasters. |
|
Integrations with neighbouring OpenSTEF frameworks, one module per framework. |