How to use sallywww/LLaMA_oneStep_fuzzTragets 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/LLaMA_oneStep_fuzzTragets")
The community tab is the place to discuss and collaborate with the HF community!