Update configuration_mmalaya.py
Browse files- configuration_mmalaya.py +1 -1
configuration_mmalaya.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
|
3 |
class MMAlayaMPTConfig(MPTConfig):
|
4 |
model_type = "mmalaya"
|
|
|
1 |
+
from mpt.modeling_mpt import MPTConfig
|
2 |
|
3 |
class MMAlayaMPTConfig(MPTConfig):
|
4 |
model_type = "mmalaya"
|