Zml_bundle.zip May 2026
: JSON or specialized files describing the model's inputs, outputs, and requirements.
:If you are a developer using the framework, you typically load this bundle using the ZML runtime. This allows the system to convert the model into a physical address on an accelerator (like a GPU or NPU) for execution. ZML_BUNDLE.zip
: Binary files containing the trained parameters of the model. : JSON or specialized files describing the model's
: 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. :