mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
[DORT] Update import path (#14605)
Follow up changes from https://github.com/pytorch/pytorch/pull/93409/files for fixing DORT CI failures.
This commit is contained in:
parent
96b95a24ee
commit
875a7791bf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# --------------------------------------------------------------------------
|
||||
|
||||
from functorch.compile import min_cut_rematerialization_partition
|
||||
from torch._dynamo.optimizations.training import aot_autograd
|
||||
from torch._dynamo.backends.common import aot_autograd
|
||||
from .ort_backend import OrtBackend
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue