Upload __init__.py with huggingface_hub
Browse files- __init__.py +2 -0
__init__.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
from .modeling_mplug_owl2 import MPLUGOwl2LlamaForCausalLM
|
2 |
+
from .configuration_mplug_owl2 import MPLUGOwl2Config
|