MiniGPT-4/minigpt4/runners/__init__.py

11 lines
306 B
Python
Raw Normal View History

2023-04-16 22:04:16 +00:00
"""
Copyright (c) 2022, salesforce.com, inc.
All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
For full license text, see the LICENSE_Lavis file in the repo root or https://opensource.org/licenses/BSD-3-Clause
"""
from minigpt4.runners.runner_base import RunnerBase
__all__ = ["RunnerBase"]