robinzixuan commited on
Commit
423395a
·
verified ·
1 Parent(s): cd0ea2e

Update modeling_opt.py

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