How to use ugaoo/57f3f579eb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ugaoo/peft_x8_7B") model = PeftModel.from_pretrained(base_model, "ugaoo/57f3f579eb")
The community tab is the place to discuss and collaborate with the HF community!