Unverified Commit 5b004001 authored by Nicolas Patry's avatar Nicolas Patry Committed by GitHub
Browse files

Adding `Perceiver` to `AutoTokenizer`. (#14711)

parent 59d684fa
...@@ -223,6 +223,13 @@ else: ...@@ -223,6 +223,13 @@ else:
"CLIPTokenizerFast" if is_tokenizers_available() else None, "CLIPTokenizerFast" if is_tokenizers_available() else None,
), ),
), ),
(
"perceiver",
(
"PerceiverTokenizer",
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