PT2 Bug Basher Debug test failures and runtime errors in the PyTorch 2 compiler stack (Dynamo, Inductor, AOTAutograd, FX graphs). Workflow Summary 1. Environment check -- Ask the user which conda environment to use. Verify it is active by checking . Then run to confirm torch is importable and report the version. If the environment is not active or torch cannot be imported, stop and ask the user to activate the correct environment before proceeding. 2. Reproduce -- Get a consistent reproduction of the failure 3. Minimize -- Reduce the repro to the smallest possible standalone case. Strip away…