Skip to content

Commit 715b648

Browse files
committed
Update
[ghstack-poisoned]
1 parent d138641 commit 715b648

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exir/tracer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
from torch._decomp import get_decompositions
4949
from torch._dynamo.guards import Guard
5050
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+
5157
from torch.export import default_decompositions
5258
from torch.func import functionalize
5359
from torch.fx.operator_schemas import normalize_function

0 commit comments

Comments
 (0)