__init__.py 90 Bytes
Newer Older
1
2
3
4
5
from vllm.transformers_utils.configs.mpt import MPTConfig

__all__ = [
    "MPTConfig",
]