KeyError llava_mistral
#5
by
janrvdolf
- opened
Hi,
when I try to run the code
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-Vision-Alpha")
I have the error KeyError: 'llava_mistral'
. Do you know how to resolve it?
Seeing the same error. Looks like the model file is split into two parts - maybe the automatic pipeline is missing a key step? Wild guess!
The same happens with BakLLaVA-1: https://huggingface.co/SkunkworksAI/BakLLaVA-1
Seems to be a general issue with transformers + LLaVA