PEFT How to use sallywww/last_pefttry_json with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("baffo32/decapoda-research-llama-7B-hf")
model = PeftModel.from_pretrained(base_model, "sallywww/last_pefttry_json")