Skip to content

chore: fix import issues for test_decompositions.py #3379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 3, 2025
3 changes: 2 additions & 1 deletion tests/py/dynamo/lowering/test_decompositions.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import torch
import torch_tensorrt
from parameterized import parameterized
from testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing
from torch.testing._internal.common_utils import TestCase, run_tests

from ..testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing


class TestLowering(TestCase):
def test_lowering_inplace_op(self):
Expand Down
Loading