How to use JesterLabs/test-llava-model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("llava-hf/llava-1.5-7b-hf") model = PeftModel.from_pretrained(base_model, "JesterLabs/test-llava-model")
The community tab is the place to discuss and collaborate with the HF community!