How to use Ba2han/test-lora-1100s with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Ba2han/qwen-14b-1m-distillthink-sce") model = PeftModel.from_pretrained(base_model, "Ba2han/test-lora-1100s")
The community tab is the place to discuss and collaborate with the HF community!