Upload __init__.py with huggingface_hub
Browse files- __init__.py +1 -2
__init__.py
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
from .model.language_model.llava_llama import LlavaLlamaForCausalLM
|
|
|
1 |
+
from .model import LlavaLlamaForCausalLM
|
|