DeepSeek-V3/inference/auto_fp8/__init__.py
2025-07-01 07:59:03 +08:00

6 lines
80 B
Python

from .config import BaseQuantizeConfig
__all__ = [
"BaseQuantizeConfig",
]