`flan-t5-xl` model does not appear to have a file named `pytorch_model.bin`

I’m unable to use transformers==4.25.1

with

hfp = HuggingFaceProcessor(
    role=get_execution_role(), 
    instance_count=1,
    instance_type='ml.g4dn.2xlarge',
    transformers_version='4.25.1',
    pytorch_version='1.10.2', 
    base_job_name='frameworkprocessor-hf',
    py_version = 'py38'
)

Here is the error
`

ValueError: Unsupported huggingface version: 4.25.1. You may need to upgrade your SDK version (pip install -U sagemaker) for newer huggingface versions. Supported huggingface version(s): 4.4.2, 4.5.0, 4.6.1, 4.10.2, 4.11.0, 4.12.3, 4.17.0, 4.4, 4.5, 4.6, 4.10, 4.11, 4.12, 4.17.

`Any idea when we’ll be able to use transformers==4.25.1 in this way?