Update modeling.py
Browse files- modeling.py +1 -1
modeling.py
CHANGED
@@ -51,7 +51,7 @@ from transformers.utils import (
|
|
51 |
logging,
|
52 |
)
|
53 |
|
54 |
-
from configuration import Qwen2Config
|
55 |
|
56 |
|
57 |
if is_flash_attn_2_available():
|
|
|
51 |
logging,
|
52 |
)
|
53 |
|
54 |
+
from .configuration import Qwen2Config
|
55 |
|
56 |
|
57 |
if is_flash_attn_2_available():
|