OMG-LLaVA / xtuner /registry.py
zhangtao-whu's picture
Upload folder using huggingface_hub
476ac07 verified
raw
history blame
183 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from mmengine.registry import Registry
__all__ = ['BUILDER', 'MAP_FUNC']
BUILDER = Registry('builder')
MAP_FUNC = Registry('map_fn')