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")
This model has 1 file scanned as suspicious.
How to fix it?