Resolve the ModelConfig from a model-descriptor.json file co-located
with the ONNX model, falling back to a canonical default if no
descriptor is found.
This is the single entry-point called by TimesFMModel.fromPretrained.
It ensures the descriptor is the single source of truth for all
architecture constants — no more hardcoded TIMESFM_25_CONFIG in
business logic.
Resolve the ModelConfig from a model-descriptor.json file co-located with the ONNX model, falling back to a canonical default if no descriptor is found.
This is the single entry-point called by TimesFMModel.fromPretrained. It ensures the descriptor is the single source of truth for all architecture constants — no more hardcoded
TIMESFM_25_CONFIGin business logic.