Inference for gliner model results in Error

Deploying gliner model to inference APIs resulting in following error. I have the following tokenizer files as you can see in
gsasikiran/location_extraction_gliner at main (huggingface.co)

fast_tokenizer = TokenizerFast.from_file(fast_tokenizer_file) Exception: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 110 column 3

How can I solve the error?

Thanks