How to use bugdaryan/WizardCoderSQL-15B-V1.0-QLoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-15B-V1.0") model = PeftModel.from_pretrained(base_model, "bugdaryan/WizardCoderSQL-15B-V1.0-QLoRA")
The community tab is the place to discuss and collaborate with the HF community!