Update modeling_ilama.py
Browse files- modeling_ilama.py +2 -1
modeling_ilama.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
from transformers import LlamaModel
|
|
|
|
| 2 |
|
| 3 |
class IlamaModel(LlamaModel):
|
| 4 |
config_type = IlamaConfig
|
|
|
|
| 1 |
+
from transformers import LlamaModel
|
| 2 |
+
from .configuration_ilama import IlamaConfig
|
| 3 |
|
| 4 |
class IlamaModel(LlamaModel):
|
| 5 |
config_type = IlamaConfig
|