Category D: Format Conversion

Convert between ML model formats.

Recipes

RecipeDescriptionStatus
SafeTensors to APRImport HuggingFace modelsVerified
APR to GGUFExport for llama.cppVerified
GGUF to APRImport GGUF modelsVerified
Phi to APRConvert Microsoft Phi modelsVerified
ONNX to APRImport ONNX modelsVerified

Supported Formats

  • APR: Native format, zero-copy loading
  • SafeTensors: HuggingFace standard
  • GGUF: llama.cpp format
  • ONNX: Cross-platform interchange