[1.13] Remove torch.vmap (#86333)
torch.vmap is a prototype feature (functorch.vmap is in beta). We're
still working on deduplicating the two.
This PR removes torch.vmap from the 1.13 release. Hopefully by the next
release we will have everything deduplicated so we don't need to do this
anymore.