How to use glli/ART_GuideModel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.6-mistral-7b") model = PeftModel.from_pretrained(base_model, "glli/ART_GuideModel")
The community tab is the place to discuss and collaborate with the HF community!