Instructions to use Lin-Chen/sharegpt4video-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lin-Chen/sharegpt4video-8b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="Lin-Chen/sharegpt4video-8b")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Lin-Chen/sharegpt4video-8b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
model_type: "llava_llama" => "llava"
#2
by amitfin - opened
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.
Hello amitfin,
I am facing the same error. Have you figured out how to solve this issue or how to use this model?