We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138641 commit 715b648Copy full SHA for 715b648
exir/tracer.py
@@ -48,6 +48,12 @@
48
from torch._decomp import get_decompositions
49
from torch._dynamo.guards import Guard
50
from torch._functorch.eager_transforms import _maybe_unwrap_functional_tensor
51
+
52
+print(f"Checking torch version...")
53
+print(f"Version: {torch.__version__}")
54
+print(torch.__file__)
55
+print(torch.export.__file__)
56
57
from torch.export import default_decompositions
58
from torch.func import functionalize
59
from torch.fx.operator_schemas import normalize_function
0 commit comments