How to use davisrbr/math-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ISTA-DASLab/Meta-Llama-3-8B-Instruct-AQLM-2Bit-1x16") model = PeftModel.from_pretrained(base_model, "davisrbr/math-lora")
The community tab is the place to discuss and collaborate with the HF community!