changed modeling_fx_utils.py to utils/fx.py for clarity (#12326)
Co-authored-by: Michael Benayoun <michael@huggingface.co>
This commit is contained in:
@@ -67,7 +67,7 @@ if is_torch_available():
|
||||
)
|
||||
|
||||
if is_torch_fx_available():
|
||||
from transformers.modeling_fx_utils import symbolic_trace
|
||||
from transformers.utils.fx import symbolic_trace
|
||||
|
||||
|
||||
def _config_zero_init(config):
|
||||
|
||||
Reference in New Issue
Block a user