How to use Dogge/aichan-codellama-34B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/TheBloke_CodeLlama-34B-Instruct-fp16") model = PeftModel.from_pretrained(base_model, "Dogge/aichan-codellama-34B")
The community tab is the place to discuss and collaborate with the HF community!