synthefyis the lightweight client and workflow package. Its base install never installs or imports Torch.synthefy-noriadds the model runtime, weights, training, and local inference. It depends on a compatiblesynthefyrelease, so installing the local runtime also installs the shared client.
Both distributions are built from
Synthefy/synthefy-nori.
Hosted code needs only synthefy; local execution needs synthefy-nori. The
dependency never points from the lightweight package to the heavy runtime.Optional features
Choose extras on the distribution that owns the workflow:Forecasting
Forecasting now lives in the lightweightsynthefy.nori_ts namespace and uses
the same explicit client backend for every environment:
NoriTSForecaster from synthefy.nori_ts. See the
Forecasting guide for complete local and hosted examples.
Contributor extras
Only needed if you are working on the package itself, not using it:Develop from source
Next steps
Nori Quickstart
Fit and predict in five lines, locally or through the hosted API.
API key
Only needed for the hosted API. Running locally needs no key.