Skip to content

Custom Extensions Guide¤

Coming Soon

This guide is being developed. Check back for comprehensive custom extension documentation.

Overview¤

Learn how to create custom extensions:

  • Creating custom model types
  • Implementing custom losses
  • Building custom samplers
  • Registering with factories

Extension Patterns¤

Model Extension¤

Inherit from base classes and implement required methods.

Loss Extension¤

Create callable loss functions with standard interface.

Sampler Extension¤

Implement sampling protocol for custom generation.