Wolfvin's picture
AAM Diffusion LLM v1.0 — The Body of Aphantasic Abstraction Model
2d7e335 verified
"""Inference module for AAM Diffusion LLM."""
from diffusion_llm.inference.generator import AamGenerator
__all__ = ["AamGenerator"]