Commit
·
ee63bc1
1
Parent(s):
cf56de9
Upload GPTRefactForCausalLM
Browse files- modeling_gpt_refact.py +1 -1
modeling_gpt_refact.py
CHANGED
|
@@ -14,7 +14,7 @@ from transformers.utils import (
|
|
| 14 |
)
|
| 15 |
from typing import List, Optional, Tuple, Union
|
| 16 |
|
| 17 |
-
from
|
| 18 |
|
| 19 |
logger = logging.get_logger(__name__)
|
| 20 |
|
|
|
|
| 14 |
)
|
| 15 |
from typing import List, Optional, Tuple, Union
|
| 16 |
|
| 17 |
+
from .configuration_gpt_refact import GPTRefactConfig
|
| 18 |
|
| 19 |
logger = logging.get_logger(__name__)
|
| 20 |
|