AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.6-vicuna-7b") fail

#8
by thlw - opened

when i use model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.6-vicuna-7b"),i got
Unrecognized configuration class <class 'transformers.models.llava.configuration_llava.LlavaConfig'> for this kind of AutoModel: AutoModelForCausalLM.

Sign up or log in to comment