How to use diffusion-reasoning/d1_SFT_us_countdown-2500 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("GSAI-ML/LLaDA-8B-Instruct") model = PeftModel.from_pretrained(base_model, "diffusion-reasoning/d1_SFT_us_countdown-2500")
How to fix it?
What is a pickle import?