How to use screenmate/minicpm_first_run with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openbmb/MiniCPM-Llama3-V-2_5") model = PeftModel.from_pretrained(base_model, "screenmate/minicpm_first_run")
The community tab is the place to discuss and collaborate with the HF community!