How to use shadyy/RDMM with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("astronomer/Llama-3-8B-Instruct-GPTQ-4-Bit") model = PeftModel.from_pretrained(base_model, "shadyy/RDMM")
The community tab is the place to discuss and collaborate with the HF community!