Files
mr_v100-vllm/vllm/lora/punica_wrapper/__init__.py
2025-09-15 14:58:11 +08:00

10 lines
244 B
Python

# SPDX-License-Identifier: Apache-2.0
from vllm.lora.punica_wrapper.punica_base import PunicaWrapperBase
from vllm.lora.punica_wrapper.punica_selector import get_punica_wrapper
__all__ = [
"PunicaWrapperBase",
"get_punica_wrapper",
]