Skip to main content

Time-Series

Time-series forecasting bundles expose forecast(). Neural-operator bundles expose solve(). The exact Task contract determines the required raw float32 input files.

trtmc forecast forecast.bundle \
--runtime-root /opt/trtmc/lib \
--input history.f32

Other model contracts can use:

trtmc solve operator.bundle \
--runtime-root /opt/trtmc/lib \
--branch branch.f32 \
--trunk trunk.f32

Do not interchange these forms. Copy the input shape, ordering, precision, and oracle from an exact manifest in the Time Series Forecasting recipes. Success is a zero exit status plus an output vector whose shape and values pass the model-owned comparator; a plausible vector alone is not parity evidence.