Unable to Import TorchDispatch

Hi, I’m unable to figure out how to import torchdispatch for PyTorch v1.12.0.
The same import statement works without error for Pytorch2.0, but I needed to use it for Pytorch v1.12.0

I’m getting the below errror :

The import statement looks like below :
image

I do see TorchDispatchMode show up here pytorch/_python_dispatch.py at release/1.12 · pytorch/pytorch · GitHub