VILA icon indicating copy to clipboard operation
VILA copied to clipboard

ValueError: The checkpoint you are trying to load has model type `llava_llama` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Open eternal8080 opened this issue 5 months ago • 12 comments

I just follw the step, but when I run the following code :

Load model directly

from transformers import AutoModel model = AutoModel.from_pretrained("Efficient-Large-Model/Llama-3-VILA1.5-8B")

it raise an error:ValueError: The checkpoint you are trying to load has model type llava_llama but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

My transformers is 4.37.2

eternal8080 avatar Sep 06 '24 12:09 eternal8080