: Storing specific iterations of a model as a single, immutable file.
: Binary files containing the trained parameters of the model. ZML_BUNDLE.zip
: JSON or specialized files describing the model's inputs, outputs, and requirements. : Storing specific iterations of a model as
: Moving models between training environments (often Python-based) and production inference environments (Zig/ZML). ZML_BUNDLE.zip
Refer to the ZML GitHub documentation for specific API commands to load .zip bundles into your Zig project. :