fariasultana's picture
MiniMind Max2 API - Gradio Interface
bd21ba5 verified
raw
history blame contribute delete
335 Bytes
"""MiniMind Max2 Configuration Module"""
from .model_config import Max2Config, get_config, estimate_params, MAX2_CONFIGS
# Backward compatibility
Mind2Config = Max2Config
MIND2_CONFIGS = MAX2_CONFIGS
__all__ = [
"Max2Config",
"Mind2Config",
"get_config",
"estimate_params",
"MAX2_CONFIGS",
"MIND2_CONFIGS",
]