Update modeling_molmo.py
Browse files- modeling_molmo.py +1 -1
modeling_molmo.py
CHANGED
@@ -33,7 +33,7 @@ from transformers import PreTrainedModel
|
|
33 |
from transformers.modeling_outputs import CausalLMOutputWithPast, ModelOutput
|
34 |
|
35 |
# from olmo.util import resource_path
|
36 |
-
from .
|
37 |
MolmoConfig,
|
38 |
VisionBackboneConfig,
|
39 |
VisionBackboneType,
|
|
|
33 |
from transformers.modeling_outputs import CausalLMOutputWithPast, ModelOutput
|
34 |
|
35 |
# from olmo.util import resource_path
|
36 |
+
from .config_molmo import (
|
37 |
MolmoConfig,
|
38 |
VisionBackboneConfig,
|
39 |
VisionBackboneType,
|