Unverified Commit 68b69072 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Add CLIP tokenizer to AutoTokenizer (#13258)

parent 3bbe68f8
...@@ -206,6 +206,13 @@ else: ...@@ -206,6 +206,13 @@ else:
"RemBertTokenizerFast" if is_tokenizers_available() else None, "RemBertTokenizerFast" if is_tokenizers_available() else None,
), ),
), ),
(
"clip",
(
"CLIPTokenizer",
"CLIPTokenizerFast" if is_tokenizers_available() else None,
),
),
] ]
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment