TTP / mmpretrain /models /peft /__init__.py
KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
108 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .lora import LoRAModel
__all__ = [
'LoRAModel',
]