Priyam Mehta
commited on
Commit
•
6580629
1
Parent(s):
b51ddb9
minor change - fixes import issue
Browse files
modeling_flax_indictrans.py
CHANGED
@@ -43,7 +43,7 @@ from transformers.modeling_flax_utils import (
|
|
43 |
append_replace_return_docstrings,
|
44 |
overwrite_call_docstring,
|
45 |
)
|
46 |
-
from configuration_indictrans import IndicTransConfig
|
47 |
from transformers.utils import logging
|
48 |
|
49 |
|
|
|
43 |
append_replace_return_docstrings,
|
44 |
overwrite_call_docstring,
|
45 |
)
|
46 |
+
from .configuration_indictrans import IndicTransConfig
|
47 |
from transformers.utils import logging
|
48 |
|
49 |
|