# Copyright (c) OpenMMLab. All rights reserved. from .observer import ActivationObserver, KVCacheObserver __all__ = ['ActivationObserver', 'KVCacheObserver']