How to use NobodyExistsOnTheInternet/llamatest7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models\ehartford_WizardLM-7B-V1.0-Uncensored") model = PeftModel.from_pretrained(base_model, "NobodyExistsOnTheInternet/llamatest7b")
The community tab is the place to discuss and collaborate with the HF community!