francislabounty commited on
Commit
6ba08dc
1 Parent(s): b9a9488

Update modeling_sparsetral.py

Browse files
Files changed (1) hide show
  1. modeling_sparsetral.py +1 -1
modeling_sparsetral.py CHANGED
@@ -51,7 +51,7 @@ from transformers.utils import (
51
  replace_return_docstrings,
52
  ModelOutput,
53
  )
54
- from sparsetral.configuration_sparsetral import SparsetralConfig
55
 
56
 
57
  if is_flash_attn_2_available():
 
51
  replace_return_docstrings,
52
  ModelOutput,
53
  )
54
+ from .configuration_sparsetral import SparsetralConfig
55
 
56
 
57
  if is_flash_attn_2_available():