Delete __init__.py
Browse files- __init__.py +0 -13
__init__.py
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
# --------------------------------------------------------
|
| 2 |
-
# InternVL
|
| 3 |
-
# Copyright (c) 2023 OpenGVLab
|
| 4 |
-
# Licensed under The MIT License [see LICENSE for details]
|
| 5 |
-
# --------------------------------------------------------
|
| 6 |
-
|
| 7 |
-
from .configuration_intern_vit import InternVisionConfig
|
| 8 |
-
from .configuration_internvl_chat import InternVLChatConfig
|
| 9 |
-
from .modeling_intern_vit import InternVisionModel
|
| 10 |
-
from .modeling_internvl_chat import InternVLChatModel
|
| 11 |
-
|
| 12 |
-
__all__ = ['InternVisionConfig', 'InternVisionModel',
|
| 13 |
-
'InternVLChatConfig', 'InternVLChatModel']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|