How to use ConvLLaVA/ConvLLaVA-ConvNeXt-768 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ConvLLaVA/ConvLLaVA-ConvNeXt-768", dtype="auto")
· Sign up or log in to comment