czczup commited on
Commit
e0a2c42
·
verified ·
1 Parent(s): 265dbe2

Delete __init__.py

Browse files
Files changed (1) hide show
  1. __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']