How to use ugaoo/nvidiallama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF") model = PeftModel.from_pretrained(base_model, "ugaoo/nvidiallama")
The community tab is the place to discuss and collaborate with the HF community!