timesfm-ts - v1.0.0
    Preparing search index...

    Function loadModelDescriptor

    • Load and parse a model-descriptor.json file.

      Parameters

      • path: string

        Path to the directory containing model-descriptor.json (e.g., the same directory as the ONNX file).

      Returns Promise<ModelDescriptor | null>

      The parsed descriptor, or null if the file doesn't exist or is incompatible.