Skip to content

Commit

Permalink
update path to torch_int_div
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelFay committed Apr 25, 2022
1 parent fdf13f4 commit 3e7e744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformers/models/layoutlmv2/modeling_layoutlmv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
SequenceClassifierOutput,
TokenClassifierOutput,
)
from ...modeling_utils import PreTrainedModel, torch_int_div
from ...pytorch_utils import apply_chunking_to_forward
from ...modeling_utils import PreTrainedModel, apply_chunking_to_forward
from ...pytorch_utils import torch_int_div
from ...utils import (
add_start_docstrings,
add_start_docstrings_to_model_forward,
Expand Down

0 comments on commit 3e7e744

Please sign in to comment.