Skip to content Skip to sidebar Skip to footer

LSTP-Chat

LSTP-Chat: Language-guided Spatial-Temporal Prompt Learning for Video Chat Available Models: LSTP-Chat-7B (Vicuna-7b) For more details, please refer to our official repository Source link

co-instruct

News See its paper: https://huggingface.co/papers/2402.16641 Load Model import torch from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("q-future/co-instruct" , …

llava-1.6-gguf

Update: PR is merged, llama.cpp now natively supports these models Important: Verify that processing a simple question with any image at least uses 1200 tokens of prompt processing, that shows…