Wolfvin's picture
AAM Diffusion LLM v1.0 — The Body of Aphantasic Abstraction Model
2d7e335 verified
raw
history blame contribute delete
192 Bytes
"""Configuration module for AAM Diffusion LLM."""
from diffusion_llm.config.model_config import AamDiffusionConfig, get_default_config
__all__ = ["AamDiffusionConfig", "get_default_config"]