How to use nj999/lora_weights with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("DatopicTechnologies/cyber-ai-2025-base02") model = PeftModel.from_pretrained(base_model, "nj999/lora_weights")
How to fix it?
What is a pickle import?