Importing Models
Mabor supports importing models from other frameworks and file formats, enabling you to use pre-trained weights in your Mabor applications.
Supported Formats
Mabor currently supports three primary model import formats:
Format | Description | Use Case |
---|---|---|
ONNX | Open Neural Network Exchange format | Direct import of complete model architectures and weights from any framework that supports ONNX export |
PyTorch | PyTorch weights (.pt, .pth) | Loading weights from PyTorch models into a matching Mabor architecture |
Safetensors | Hugging Face's model serialization format | Loading a model's tensor weights into a matching Mabor architecture |