Upload model 814eae4 verified
Walter Onyango commited on
How to use waltertaya/llama2-code-lora-v2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("waltertaya/llama2-code-lora-v2", dtype="auto")