Skip to content

Commit 825c4ee

Browse files
andersendsaCopilot
andauthored
Update src/bindings/python/src/openvino/frontend/pytorch/torchdynamo/backend.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2208b4f commit 825c4ee

File tree

1 file changed

+1
-1
lines changed
  • src/bindings/python/src/openvino/frontend/pytorch/torchdynamo

1 file changed

+1
-1
lines changed

src/bindings/python/src/openvino/frontend/pytorch/torchdynamo/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from openvino.frontend.pytorch.torchdynamo import decompositions
2424
from openvino.frontend.pytorch.torchdynamo.decompositions import get_aot_decomposition_list, get_inf_decomposition_list
2525
from openvino.frontend.pytorch.torchdynamo.partition import Partitioner
26-
from openvino.frontend.pytorch.torchdynamo.execute import execute, execute_cached , clear_caches
26+
from openvino.frontend.pytorch.torchdynamo.execute import execute, execute_cached, clear_caches
2727
from openvino.frontend.pytorch.torchdynamo.compile import cached_model_name, openvino_compile_cached_model
2828
from openvino.frontend.pytorch.torchdynamo.backend_utils import _get_cache_dir, _get_device, _get_model_caching, _get_decompositions, _get_aot_autograd
2929

0 commit comments

Comments
 (0)