Update modeling_opt.py
Browse files- modeling_opt.py +1 -1
modeling_opt.py
CHANGED
@@ -40,7 +40,7 @@ from transformers.utils import (
|
|
40 |
logging,
|
41 |
replace_return_docstrings,
|
42 |
)
|
43 |
-
from configuration_opt import OPTConfig
|
44 |
|
45 |
|
46 |
if is_flash_attn_2_available():
|
|
|
40 |
logging,
|
41 |
replace_return_docstrings,
|
42 |
)
|
43 |
+
from .configuration_opt import OPTConfig
|
44 |
|
45 |
|
46 |
if is_flash_attn_2_available():
|