Category D: Format Conversion
Convert between ML model formats.
Recipes
| Recipe | Description | Status |
|---|---|---|
| SafeTensors to APR | Import HuggingFace models | Verified |
| APR to GGUF | Export for llama.cpp | Verified |
| GGUF to APR | Import GGUF models | Verified |
| Phi to APR | Convert Microsoft Phi models | Verified |
| ONNX to APR | Import ONNX models | Verified |
Supported Formats
- APR: Native format, zero-copy loading
- SafeTensors: HuggingFace standard
- GGUF: llama.cpp format
- ONNX: Cross-platform interchange