"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "1ab71364886010c31b20dd8c8bb0c60f8a0681ad"
Unverified Commit 9c1d5988 authored by Maria Khalusova's avatar Maria Khalusova Committed by GitHub
Browse files

Removed BLIP mention from the troubleshooting guide (#21872)

removed BLIP mention from the troubleshooting guide
parent 72787c5b
...@@ -192,7 +192,3 @@ For instance, you'll see this error in the following example because there is no ...@@ -192,7 +192,3 @@ For instance, you'll see this error in the following example because there is no
ValueError: Unrecognized configuration class <class 'transformers.models.gpt2.configuration_gpt2.GPT2Config'> for this kind of AutoModel: AutoModelForQuestionAnswering. ValueError: Unrecognized configuration class <class 'transformers.models.gpt2.configuration_gpt2.GPT2Config'> for this kind of AutoModel: AutoModelForQuestionAnswering.
Model type should be one of AlbertConfig, BartConfig, BertConfig, BigBirdConfig, BigBirdPegasusConfig, BloomConfig, ... Model type should be one of AlbertConfig, BartConfig, BertConfig, BigBirdConfig, BigBirdPegasusConfig, BloomConfig, ...
``` ```
In rare cases, this can also happen when using some exotic models with architectures that don't map to any of the
AutoModelForXXX classes due to the specifics of their API. For example, you can use [`AutoProcessor`] to load BLIP-2's processor,
but to load a pretrained BLIP-2 model itself, you must explicitly use [`Blip2ForConditionalGeneration`] as even [`AutoModel`] won't work.
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