"vscode:/vscode.git/clone" did not exist on "4603fe9b1f798d81cf55de65a46691b3276edccd"
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:
"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