littlebird13 commited on
Commit
8d62143
·
verified ·
1 Parent(s): b8774ca

Update modeling_qwen2_rm.py

Browse files
Files changed (1) hide show
  1. 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():