How to use Globaly/lora-ropa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Open-Orca/OpenOrca-Platypus2-13B") model = PeftModel.from_pretrained(base_model, "Globaly/lora-ropa")
The community tab is the place to discuss and collaborate with the HF community!