How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="xinlai/LISA-7B-v1")
# Load model directly
from transformers import AutoProcessor, AutoModelForCausalLM

processor = AutoProcessor.from_pretrained("xinlai/LISA-7B-v1")
model = AutoModelForCausalLM.from_pretrained("xinlai/LISA-7B-v1", device_map="auto")
Quick Links

No model card

Downloads last month
3,608
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for xinlai/LISA-7B-v1

Finetunes
3 models

Space using xinlai/LISA-7B-v1 1