ImportError: cannot import name 'AlignProcessor' from 'transformers'

I am trying to use AlignProcessor and AlignModel for a multimodal task. But I can’t import them.
I am using the transformers version: 4.26.1 and PyTorch version: ‘1.13.1+cu117’.

Any help would be highly appreciated!