torch.fx
of torch==2.5.1 seems to have some limitation with which ThunderFX is not content
#1457
Labels
torch.fx
of torch==2.5.1 seems to have some limitation with which ThunderFX is not content
#1457
Observed in #1456.
This could fall into a category of "won't get fixed" because the nightly looks fine.
🐛 Bug
To Reproduce
pytorchlightning/lightning-thunder:ubuntu22.04-cuda12.1.1-cudnn-fe1.5.2-py3.10-pt_2.5.1-dev
crpa/inplace-test-real-adamw
branch, more specifically, f94892c.thunder/tests/test_inplace_functionalization.py::test_adamw_with_pythia14m_torchcompile
Error:
Expected behavior
Environment
conda
,pip
, source): pipAdditional context
torch.fx.Graph.__deepcopy__
doesn't seem to have been updated for a while according to https://github.com/pytorch/pytorch/blob/main/torch/fx/graph.py#L1090-L1108.The text was updated successfully, but these errors were encountered: