Update modeling_qwen2_rm.py
Browse files- modeling_qwen2_rm.py +1 -1
modeling_qwen2_rm.py
CHANGED
|
@@ -45,7 +45,7 @@ from transformers.utils import (
|
|
| 45 |
logging,
|
| 46 |
replace_return_docstrings,
|
| 47 |
)
|
| 48 |
-
from configuration_qwen2_rm import Qwen2RMConfig as Qwen2Config
|
| 49 |
|
| 50 |
|
| 51 |
# if is_flash_attn_2_available():
|
|
|
|
| 45 |
logging,
|
| 46 |
replace_return_docstrings,
|
| 47 |
)
|
| 48 |
+
from .configuration_qwen2_rm import Qwen2RMConfig as Qwen2Config
|
| 49 |
|
| 50 |
|
| 51 |
# if is_flash_attn_2_available():
|